Uses of Interface
software.amazon.awssdk.services.cloudformation.auth.scheme.CloudFormationAuthSchemeParams.Builder
-
-
Uses of CloudFormationAuthSchemeParams.Builder in software.amazon.awssdk.services.cloudformation.auth.scheme
Methods in software.amazon.awssdk.services.cloudformation.auth.scheme that return CloudFormationAuthSchemeParams.Builder Modifier and Type Method Description static CloudFormationAuthSchemeParams.BuilderCloudFormationAuthSchemeParams. builder()Get a new builder for creating aCloudFormationAuthSchemeParams.CloudFormationAuthSchemeParams.BuilderCloudFormationAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.CloudFormationAuthSchemeParams.BuilderCloudFormationAuthSchemeParams.Builder. region(Region region)Set the region.CloudFormationAuthSchemeParams.BuilderCloudFormationAuthSchemeParams. toBuilder()Returns aCloudFormationAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.cloudformation.auth.scheme with type arguments of type CloudFormationAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>CloudFormationAuthSchemeProvider. resolveAuthScheme(Consumer<CloudFormationAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of CloudFormationAuthSchemeParams.Builder in software.amazon.awssdk.services.cloudformation.auth.scheme.internal
Methods in software.amazon.awssdk.services.cloudformation.auth.scheme.internal that return CloudFormationAuthSchemeParams.Builder Modifier and Type Method Description static CloudFormationAuthSchemeParams.BuilderDefaultCloudFormationAuthSchemeParams. builder()CloudFormationAuthSchemeParams.BuilderDefaultCloudFormationAuthSchemeParams. toBuilder()
-