Uses of Class
software.amazon.awssdk.codegen.model.config.customization.KeyTypePair
-
Packages that use KeyTypePair Package Description software.amazon.awssdk.codegen.model.config.customization software.amazon.awssdk.codegen.poet.rules2 -
-
Uses of KeyTypePair in software.amazon.awssdk.codegen.model.config.customization
Methods in software.amazon.awssdk.codegen.model.config.customization that return types with arguments of type KeyTypePair Modifier and Type Method Description Map<String,KeyTypePair>EndpointAuthSchemeConfig. getEndpointProviderTestKeys()Method parameters in software.amazon.awssdk.codegen.model.config.customization with type arguments of type KeyTypePair Modifier and Type Method Description voidEndpointAuthSchemeConfig. setEndpointProviderTestKeys(Map<String,KeyTypePair> endpointProviderTestKeys) -
Uses of KeyTypePair in software.amazon.awssdk.codegen.poet.rules2
Constructor parameters in software.amazon.awssdk.codegen.poet.rules2 with type arguments of type KeyTypePair Constructor Description CodeGeneratorVisitor(RuleRuntimeTypeMirror typeMirror, SymbolTable symbolTable, Map<String,KeyTypePair> knownEndpointAttributes, Map<String,ComputeScopeTree.Scope> ruleIdToScope, com.squareup.javapoet.CodeBlock.Builder builder)
-