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 AuthSchemeCodegenMetadataAuthSchemeCodegenMetadata.Builder. build()static AuthSchemeCodegenMetadataAuthSchemeCodegenMetadataExt. fromAuthType(AuthTrait authTrait)Creates a new auth scheme codegen metadata instance using the defaults for the givenAuthTypedefaults.static AuthSchemeCodegenMetadataAuthSchemeCodegenMetadataExt. fromConstants(SigV4SignerDefaults constants)Transforms aSigV4SignerDefaultsinstance to anAuthSchemeCodegenMetadatainstance.AuthSchemeCodegenMetadataSigV4AuthSchemeCodegenKnowledgeIndex. 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.CodeBlockAuthSchemeCodegenMetadataExt. codegenNewAuthOption(AuthSchemeCodegenMetadata metadata, AuthSchemeSpecUtils authSchemeSpecUtils)Renders the AuthSchemeCodegenMetadata as to create a newAuthSchemeOptionusing the configured values.Method parameters in software.amazon.awssdk.codegen.poet.auth.scheme with type arguments of type AuthSchemeCodegenMetadata Modifier and Type Method Description voidAuthSchemeCodegenKnowledgeIndex. forEachOperationsOverridesGroup(BiConsumer<List<String>,List<AuthSchemeCodegenMetadata>> consumer)Traverses each group of operations with the same set of auth schemes.voidSigV4AuthSchemeCodegenKnowledgeIndex. forEachOperationsOverridesGroup(BiConsumer<List<String>,AuthSchemeCodegenMetadata> consumer)Traverses each group of operations with the same set of auth schemes.
-