Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Field and Description |
---|---|
private BucketVersioningConfiguration |
SetBucketVersioningConfigurationRequest.versioningConfiguration
The new versioning configuration for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
BucketVersioningConfiguration |
SetBucketVersioningConfigurationRequest.getVersioningConfiguration()
Gets the new versioning configuration for the specified bucket.
|
BucketVersioningConfiguration |
BucketVersioningConfiguration.withMfaDeleteEnabled(java.lang.Boolean mfaDeleteEnabled)
Sets the status of Multi-Factor Authentication (MFA) Delete for a bucket,
and returns this object so that additional method calls may be chained
together.
|
BucketVersioningConfiguration |
BucketVersioningConfiguration.withStatus(java.lang.String status)
Sets the desired status of versioning for this bucket versioning
configuration object, and returns this object so that additional method
calls may be chained together.
|
Modifier and Type | Method and Description |
---|---|
void |
SetBucketVersioningConfigurationRequest.setVersioningConfiguration(BucketVersioningConfiguration versioningConfiguration)
Sets the new versioning configuration for the specified bucket.
|
SetBucketVersioningConfigurationRequest |
SetBucketVersioningConfigurationRequest.withVersioningConfiguration(BucketVersioningConfiguration versioningConfiguration)
Sets the new versioning configuration for the specified bucket and
returns this object, enabling additional method calls to be chained
together.
|
Constructor and Description |
---|
SetBucketVersioningConfigurationRequest(java.lang.String bucketName,
BucketVersioningConfiguration configuration)
Constructs a new
SetBucketVersioningConfigurationRequest
to set the bucket versioning configuration of
the specified bucket. |
SetBucketVersioningConfigurationRequest(java.lang.String bucketName,
BucketVersioningConfiguration configuration,
MultiFactorAuthentication mfa)
Constructs a new
SetBucketVersioningConfigurationRequest
to set the bucket versioning configuration of
the specified bucket, including the specified Multi-Factor Authentication
(MFA) information, which is required when changing the state of the MFA
Delete option. |
Modifier and Type | Field and Description |
---|---|
private BucketVersioningConfiguration |
XmlResponsesSaxParser.BucketVersioningConfigurationHandler.configuration |
Modifier and Type | Method and Description |
---|---|
BucketVersioningConfiguration |
XmlResponsesSaxParser.BucketVersioningConfigurationHandler.getConfiguration() |
BucketVersioningConfiguration |
Unmarshallers.BucketVersioningConfigurationUnmarshaller.unmarshall(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BucketConfigurationXmlFactory.convertToXmlByteArray(BucketVersioningConfiguration versioningConfiguration)
Converts the specified versioning configuration into an XML byte array.
|