Uses of Class
software.amazon.awssdk.codegen.poet.auth.scheme.AuthSchemeCodegenMetadata
-
Packages that use AuthSchemeCodegenMetadata Package Description software.amazon.awssdk.codegen.poet.auth.scheme -
-
Uses of AuthSchemeCodegenMetadata in software.amazon.awssdk.codegen.poet.auth.scheme
Methods in software.amazon.awssdk.codegen.poet.auth.scheme that return AuthSchemeCodegenMetadata Modifier and Type Method Description AuthSchemeCodegenMetadata
AuthSchemeCodegenMetadata.Builder. build()
static AuthSchemeCodegenMetadata
AuthSchemeCodegenMetadataExt. fromAuthType(AuthType type)
Creates a new auth scheme codegen metadata instance using the defaults for the givenAuthType
defaults.static AuthSchemeCodegenMetadata
AuthSchemeCodegenMetadataExt. fromConstants(SigV4SignerDefaults constants)
Transforms aSigV4SignerDefaults
instance to anAuthSchemeCodegenMetadata
instance.AuthSchemeCodegenMetadata
SigV4AuthSchemeCodegenKnowledgeIndex. serviceSigV4Overrides()
Returns the service overrides for sigv4.Methods in software.amazon.awssdk.codegen.poet.auth.scheme that return types with arguments of type AuthSchemeCodegenMetadata Modifier and Type Method Description Map<List<String>,List<AuthSchemeCodegenMetadata>>
ModelAuthSchemeKnowledgeIndex. operationsToMetadata()
Returns a map from a list of operations to all the auth schemes that the operations accept.List<AuthSchemeCodegenMetadata>
AuthSchemeCodegenKnowledgeIndex. serviceDefaultAuthSchemes()
Returns the service defaults auth schemes.Methods in software.amazon.awssdk.codegen.poet.auth.scheme with parameters of type AuthSchemeCodegenMetadata Modifier and Type Method Description static com.squareup.javapoet.CodeBlock
AuthSchemeCodegenMetadataExt. codegenNewAuthOption(AuthSchemeCodegenMetadata metadata, AuthSchemeSpecUtils authSchemeSpecUtils)
Renders the AuthSchemeCodegenMetadata as to create a newAuthSchemeOption
using the configured values.Method parameters in software.amazon.awssdk.codegen.poet.auth.scheme with type arguments of type AuthSchemeCodegenMetadata Modifier and Type Method Description void
AuthSchemeCodegenKnowledgeIndex. forEachOperationsOverridesGroup(BiConsumer<List<String>,List<AuthSchemeCodegenMetadata>> consumer)
Traverses each group of operations with the same set of auth schemes.void
SigV4AuthSchemeCodegenKnowledgeIndex. forEachOperationsOverridesGroup(BiConsumer<List<String>,AuthSchemeCodegenMetadata> consumer)
Traverses each group of operations with the same set of auth schemes.
-