| Package | Description |
|---|---|
| com.amazonaws.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| Modifier and Type | Method and Description |
|---|---|
static AWSS3ControlAsyncClientBuilder |
AWSS3ControlAsyncClient.asyncBuilder() |
AWSS3ControlAsyncClientBuilder |
AWSS3ControlAsyncClientBuilder.enableDualstack()
Enables use of Dual-Stack endpoints (supports both IPv4 and IPv6) on clients built with this builder.
|
AWSS3ControlAsyncClientBuilder |
AWSS3ControlAsyncClientBuilder.enableFips()
Enables use of FIPS endpoints on clients built with this builder.
|
AWSS3ControlAsyncClientBuilder |
AWSS3ControlAsyncClientBuilder.enableUseArnRegion()
This setting will enable the client to make calls to a region specified in an ARN that represents an S3 resource
even if that region is different to the region the client was initialized with.
|
static AWSS3ControlAsyncClientBuilder |
AWSS3ControlAsyncClientBuilder.standard() |
AWSS3ControlAsyncClientBuilder |
AWSS3ControlAsyncClientBuilder.withDualstackEnabled(Boolean dualstackEnabled)
Sets the status of Dual-Stack endpoints (supports both IPv4 and IPv6) for clients built with this builder.
|
AWSS3ControlAsyncClientBuilder |
AWSS3ControlAsyncClientBuilder.withFipsEnabled(Boolean fipsEnabled)
Sets the status of FIPS enabled endpoints for clients built with this builder.
|
AWSS3ControlAsyncClientBuilder |
AWSS3ControlAsyncClientBuilder.withUseArnRegionEnabled(Boolean useArnRegionEnabled)
This setting will enable the client to make calls to a region specified in an ARN that represents an S3 resource
even if that region is different to the region the client was initialized with.
|
Copyright © 2021. All rights reserved.