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.CodeBlock
AuthSchemeCodegenMetadataExt. codegenNewAuthOption(AuthSchemeCodegenMetadata metadata, AuthSchemeSpecUtils authSchemeSpecUtils)
Renders the AuthSchemeCodegenMetadata as to create a newAuthSchemeOption
using the configured values.static com.squareup.javapoet.CodeBlock
AuthSchemeCodegenMetadataExt. 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.CodeBlock
AuthSchemeCodegenMetadataExt. 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.
-