Uses of Class
software.amazon.awssdk.codegen.poet.auth.scheme.AuthSchemeSpecUtils
-
Packages that use AuthSchemeSpecUtils Package Description software.amazon.awssdk.codegen.poet.auth.scheme -
-
Uses of AuthSchemeSpecUtils in software.amazon.awssdk.codegen.poet.auth.scheme
Methods in software.amazon.awssdk.codegen.poet.auth.scheme with parameters of type AuthSchemeSpecUtils 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.static com.squareup.javapoet.CodeBlockAuthSchemeCodegenMetadataExt. codegenSignerProperties(AuthSchemeSpecUtils authSchemeSpecUtils, List<software.amazon.awssdk.codegen.poet.auth.scheme.AuthSchemeCodegenMetadata.SignerPropertyValueProvider> properties)Renders a chain of calls toAuthSchemeOption.Builder.putSignerProperty(SignerProperty, Object)for each of the given properties.static com.squareup.javapoet.CodeBlockAuthSchemeCodegenMetadataExt. codegenSignerPropertiesIfAbsent(AuthSchemeSpecUtils authSchemeSpecUtils, List<software.amazon.awssdk.codegen.poet.auth.scheme.AuthSchemeCodegenMetadata.SignerPropertyValueProvider> properties)Renders a chain of calls toAuthSchemeOption.Builder.putSignerPropertyIfAbsent(SignerProperty, Object)for each of the given properties.
-