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