Uses of Class
com.amazonaws.services.s3.model.SetBucketVersioningConfigurationRequest
-
Packages that use SetBucketVersioningConfigurationRequest 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 SetBucketVersioningConfigurationRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type SetBucketVersioningConfigurationRequest Modifier and Type Method Description voidAbstractAmazonS3. setBucketVersioningConfiguration(SetBucketVersioningConfigurationRequest setBucketVersioningConfigurationRequest)voidAmazonS3. setBucketVersioningConfiguration(SetBucketVersioningConfigurationRequest setBucketVersioningConfigurationRequest)Sets the versioning configuration for the specified bucket.voidAmazonS3Client. setBucketVersioningConfiguration(SetBucketVersioningConfigurationRequest setBucketVersioningConfigurationRequest) -
Uses of SetBucketVersioningConfigurationRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return SetBucketVersioningConfigurationRequest Modifier and Type Method Description SetBucketVersioningConfigurationRequestSetBucketVersioningConfigurationRequest. withBucketName(String bucketName)Sets the name of the bucket whose versioning configuration is being set, and returns this object so that additional method calls may be chained together.SetBucketVersioningConfigurationRequestSetBucketVersioningConfigurationRequest. withMfa(MultiFactorAuthentication mfa)Sets the optional Multi-Factor Authentication information to include with this request, and returns this object so that additional method calls may be chained together.SetBucketVersioningConfigurationRequestSetBucketVersioningConfigurationRequest. withVersioningConfiguration(BucketVersioningConfiguration versioningConfiguration)Sets the new versioning configuration for the specified bucket and returns this object, enabling additional method calls to be chained together.
-