Uses of Class
com.amazonaws.services.s3.model.BucketAccelerateConfiguration
-
Packages that use BucketAccelerateConfiguration 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 BucketAccelerateConfiguration in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return BucketAccelerateConfiguration Modifier and Type Method Description BucketAccelerateConfiguration
AbstractAmazonS3. getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest)
BucketAccelerateConfiguration
AbstractAmazonS3. getBucketAccelerateConfiguration(String bucketName)
BucketAccelerateConfiguration
AmazonS3. getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest)
Retrieves the accelerate configuration for the given bucket.BucketAccelerateConfiguration
AmazonS3. getBucketAccelerateConfiguration(String bucket)
Retrieves the accelerate configuration for the given bucket.BucketAccelerateConfiguration
AmazonS3Client. getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest)
BucketAccelerateConfiguration
AmazonS3Client. getBucketAccelerateConfiguration(String bucketName)
Methods in com.amazonaws.services.s3 with parameters of type BucketAccelerateConfiguration Modifier and Type Method Description void
AbstractAmazonS3. setBucketAccelerateConfiguration(String bucketName, BucketAccelerateConfiguration accelerateConfiguration)
void
AmazonS3. setBucketAccelerateConfiguration(String bucketName, BucketAccelerateConfiguration accelerateConfiguration)
Sets the accelerate configuration for the specified bucket.void
AmazonS3Client. setBucketAccelerateConfiguration(String bucketName, BucketAccelerateConfiguration accelerateConfiguration)
-
Uses of BucketAccelerateConfiguration in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return BucketAccelerateConfiguration Modifier and Type Method Description BucketAccelerateConfiguration
SetBucketAccelerateConfigurationRequest. getAccelerateConfiguration()
BucketAccelerateConfiguration
BucketAccelerateConfiguration. withStatus(BucketAccelerateStatus status)
BucketAccelerateConfiguration
BucketAccelerateConfiguration. withStatus(String status)
Fluent setter method forsetStatus(String)
Methods in com.amazonaws.services.s3.model with parameters of type BucketAccelerateConfiguration Modifier and Type Method Description void
SetBucketAccelerateConfigurationRequest. setAccelerateConfiguration(BucketAccelerateConfiguration accelerateConfiguration)
Sets the new accelerate configuration for the specified bucket.SetBucketAccelerateConfigurationRequest
SetBucketAccelerateConfigurationRequest. withAccelerateConfiguration(BucketAccelerateConfiguration accelerateConfiguration)
Fluent setter method forSetBucketAccelerateConfigurationRequest.setAccelerateConfiguration(BucketAccelerateConfiguration)
Constructors in com.amazonaws.services.s3.model with parameters of type BucketAccelerateConfiguration Constructor Description SetBucketAccelerateConfigurationRequest(String bucketName, BucketAccelerateConfiguration configuration)
Constructs a newSetBucketAccelerateConfigurationRequest
to set the bucket accelerate configuration of the specified bucket.
-