Uses of Class
com.amazonaws.services.s3.model.BucketVersioningConfiguration
-
Packages that use BucketVersioningConfiguration 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. -
-
Uses of BucketVersioningConfiguration in com.amazonaws.services.s3
-
Uses of BucketVersioningConfiguration in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return BucketVersioningConfiguration Modifier and Type Method Description BucketVersioningConfiguration
SetBucketVersioningConfigurationRequest. getVersioningConfiguration()
Gets the new versioning configuration for the specified bucket.BucketVersioningConfiguration
BucketVersioningConfiguration. withMfaDeleteEnabled(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(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.Methods in com.amazonaws.services.s3.model with parameters of type BucketVersioningConfiguration Modifier and Type Method 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.Constructors in com.amazonaws.services.s3.model with parameters of type BucketVersioningConfiguration Constructor Description SetBucketVersioningConfigurationRequest(String bucketName, BucketVersioningConfiguration configuration)
Constructs a newSetBucketVersioningConfigurationRequest
to set the bucket versioning configuration of the specified bucket.SetBucketVersioningConfigurationRequest(String bucketName, BucketVersioningConfiguration configuration, MultiFactorAuthentication mfa)
Constructs a newSetBucketVersioningConfigurationRequest
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.
-