| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| Modifier and Type | Method and Description |
|---|---|
static S3ControlConfiguration.Builder |
S3ControlConfiguration.builder()
Create a
S3ControlConfiguration.Builder, used to create a S3ControlConfiguration. |
S3ControlConfiguration.Builder |
S3ControlConfiguration.Builder.dualstackEnabled(Boolean dualstackEnabled)
Deprecated.
This option has been replaced with
AwsClientBuilder.dualstackEnabled(Boolean). If both are
set, an exception will be thrown. |
S3ControlConfiguration.Builder |
S3ControlConfiguration.Builder.fipsModeEnabled(Boolean fipsModeEnabled)
Deprecated.
This has been deprecated in favor of
AwsClientBuilder.fipsEnabled(Boolean). If both are
set, an exception will be thrown. |
S3ControlConfiguration.Builder |
S3ControlConfiguration.Builder.profileFile(ProfileFile profileFile)
The profile file that should be consulted to determine the service-specific default configuration.
|
S3ControlConfiguration.Builder |
S3ControlConfiguration.Builder.profileName(String profileName)
The profile name that should be consulted to determine the service-specific default configuration.
|
S3ControlConfiguration.Builder |
S3ControlConfiguration.toBuilder() |
S3ControlConfiguration.Builder |
S3ControlConfiguration.Builder.useArnRegionEnabled(Boolean arnRegionEnabled)
Option to 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.
|
| Modifier and Type | Method and Description |
|---|---|
default B |
S3ControlBaseClientBuilder.serviceConfiguration(Consumer<S3ControlConfiguration.Builder> serviceConfiguration) |
Copyright © 2022. All rights reserved.