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