Uses of Class
software.amazon.awssdk.services.s3control.S3ControlConfiguration
-
Packages that use S3ControlConfiguration Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.internal -
-
Uses of S3ControlConfiguration in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control with parameters of type S3ControlConfiguration Modifier and Type Method Description BS3ControlBaseClientBuilder. serviceConfiguration(S3ControlConfiguration serviceConfiguration) -
Uses of S3ControlConfiguration in software.amazon.awssdk.services.s3control.internal
Methods in software.amazon.awssdk.services.s3control.internal with parameters of type S3ControlConfiguration Modifier and Type Method Description static booleanHandlerUtils. isDualstackEnabled(S3ControlConfiguration configuration)static booleanHandlerUtils. isFipsEnabledInClientConfig(S3ControlConfiguration configuration)static booleanHandlerUtils. isFipsRegion(String clientRegion, String arnRegion, S3ControlConfiguration serviceConfig, boolean useArnRegion)Returns whether a FIPS pseudo region is provided.static booleanHandlerUtils. isUseArnRegionEnabledInClientConfig(S3ControlConfiguration configuration)
-