Java com.amazonaws.services.s3.model SetBucketVersioningConfigurationRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model SetBucketVersioningConfigurationRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model SetBucketVersioningConfigurationRequest.

The text is from its open source code.

Constructor

SetBucketVersioningConfigurationRequest(String bucketName, BucketVersioningConfiguration configuration)
Constructs a new SetBucketVersioningConfigurationRequest to set the bucket versioning configuration of the specified bucket.

Method

BucketVersioningConfigurationgetVersioningConfiguration()
Gets the new versioning configuration for the specified bucket.