Uses of Class
com.amazonaws.services.s3.model.BucketAccelerateConfiguration
Packages that use BucketAccelerateConfiguration
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of BucketAccelerateConfiguration in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return BucketAccelerateConfigurationModifier and TypeMethodDescriptionAbstractAmazonS3.getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest) AbstractAmazonS3.getBucketAccelerateConfiguration(String bucketName) AmazonS3.getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest) Retrieves the accelerate configuration for the given bucket.AmazonS3.getBucketAccelerateConfiguration(String bucket) Retrieves the accelerate configuration for the given bucket.AmazonS3Client.getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest) AmazonS3Client.getBucketAccelerateConfiguration(String bucketName) Methods in com.amazonaws.services.s3 with parameters of type BucketAccelerateConfigurationModifier and TypeMethodDescriptionvoidAbstractAmazonS3.setBucketAccelerateConfiguration(String bucketName, BucketAccelerateConfiguration accelerateConfiguration) voidAmazonS3.setBucketAccelerateConfiguration(String bucketName, BucketAccelerateConfiguration accelerateConfiguration) Sets the accelerate configuration for the specified bucketvoidAmazonS3Client.setBucketAccelerateConfiguration(String bucketName, BucketAccelerateConfiguration accelerateConfiguration) -
Uses of BucketAccelerateConfiguration in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return BucketAccelerateConfigurationModifier and TypeMethodDescriptionSetBucketAccelerateConfigurationRequest.getAccelerateConfiguration()BucketAccelerateConfiguration.withStatus(BucketAccelerateStatus status) BucketAccelerateConfiguration.withStatus(String status) Fluent setter method forsetStatus(String)Methods in com.amazonaws.services.s3.model with parameters of type BucketAccelerateConfigurationModifier and TypeMethodDescriptionvoidSetBucketAccelerateConfigurationRequest.setAccelerateConfiguration(BucketAccelerateConfiguration accelerateConfiguration) Sets the new accelerate configuration for the specified bucket.SetBucketAccelerateConfigurationRequest.withAccelerateConfiguration(BucketAccelerateConfiguration accelerateConfiguration) Fluent setter method forSetBucketAccelerateConfigurationRequest.setAccelerateConfiguration(BucketAccelerateConfiguration)Constructors in com.amazonaws.services.s3.model with parameters of type BucketAccelerateConfigurationModifierConstructorDescriptionSetBucketAccelerateConfigurationRequest(String bucketName, BucketAccelerateConfiguration configuration) Constructs a newSetBucketAccelerateConfigurationRequestto set the bucket accelerate configuration of the specified bucket.