|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BucketVersioningConfiguration | |
---|---|
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 |
---|
Methods in com.amazonaws.services.s3 that return BucketVersioningConfiguration | |
---|---|
BucketVersioningConfiguration |
AmazonS3.getBucketVersioningConfiguration(String bucketName)
Returns the versioning configuration for the specified bucket. |
BucketVersioningConfiguration |
AmazonS3Client.getBucketVersioningConfiguration(String bucketName)
|
Uses of BucketVersioningConfiguration in com.amazonaws.services.s3.model |
---|
Methods in com.amazonaws.services.s3.model that return BucketVersioningConfiguration | |
---|---|
BucketVersioningConfiguration |
SetBucketVersioningConfigurationRequest.getVersioningConfiguration()
Returns the new versioning configuration for the specified bucket. |
BucketVersioningConfiguration |
BucketVersioningConfiguration.withMfaDeleteEnabled(Boolean b)
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 | |
---|---|
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 so that additional method calls may be chained together. |
Constructors in com.amazonaws.services.s3.model with parameters of type BucketVersioningConfiguration | |
---|---|
SetBucketVersioningConfigurationRequest(String bucketName,
BucketVersioningConfiguration configuration)
Constructs a new request to set the bucket versioning configuration of the specified bucket. |
|
SetBucketVersioningConfigurationRequest(String bucketName,
BucketVersioningConfiguration configuration,
MultiFactorAuthentication mfa)
Constructs a new request 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |