Uses of Class
com.amazonaws.services.s3.model.BucketVersioningConfiguration
Packages that use BucketVersioningConfiguration
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of BucketVersioningConfiguration in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return BucketVersioningConfigurationModifier and TypeMethodDescriptionAbstractAmazonS3.getBucketVersioningConfiguration
(GetBucketVersioningConfigurationRequest getBucketVersioningConfigurationRequest) AbstractAmazonS3.getBucketVersioningConfiguration
(String bucketName) AmazonS3.getBucketVersioningConfiguration
(GetBucketVersioningConfigurationRequest getBucketVersioningConfigurationRequest) Returns the versioning configuration for the specified bucket.AmazonS3.getBucketVersioningConfiguration
(String bucketName) Returns the versioning configuration for the specified bucket.AmazonS3Client.getBucketVersioningConfiguration
(GetBucketVersioningConfigurationRequest getBucketVersioningConfigurationRequest) AmazonS3Client.getBucketVersioningConfiguration
(String bucketName) -
Uses of BucketVersioningConfiguration in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return BucketVersioningConfigurationModifier and TypeMethodDescriptionSetBucketVersioningConfigurationRequest.getVersioningConfiguration()
Gets the new versioning configuration for the specified bucket.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.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 BucketVersioningConfigurationModifier and TypeMethodDescriptionvoid
SetBucketVersioningConfigurationRequest.setVersioningConfiguration
(BucketVersioningConfiguration versioningConfiguration) Sets the new versioning configuration for the specified bucket.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 BucketVersioningConfigurationModifierConstructorDescriptionSetBucketVersioningConfigurationRequest
(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.