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 BucketAccelerateConfigurationAbstractAmazonS3. getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest)BucketAccelerateConfigurationAbstractAmazonS3. getBucketAccelerateConfiguration(String bucketName)BucketAccelerateConfigurationAmazonS3. getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest)Retrieves the accelerate configuration for the given bucket.BucketAccelerateConfigurationAmazonS3. getBucketAccelerateConfiguration(String bucket)Retrieves the accelerate configuration for the given bucket.BucketAccelerateConfigurationAmazonS3Client. getBucketAccelerateConfiguration(GetBucketAccelerateConfigurationRequest getBucketAccelerateConfigurationRequest)BucketAccelerateConfigurationAmazonS3Client. getBucketAccelerateConfiguration(String bucketName)Methods in com.amazonaws.services.s3 with parameters of type BucketAccelerateConfiguration Modifier and Type Method Description voidAbstractAmazonS3. 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 BucketAccelerateConfiguration Modifier and Type Method Description BucketAccelerateConfigurationSetBucketAccelerateConfigurationRequest. getAccelerateConfiguration()BucketAccelerateConfigurationBucketAccelerateConfiguration. withStatus(BucketAccelerateStatus status)BucketAccelerateConfigurationBucketAccelerateConfiguration. 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 voidSetBucketAccelerateConfigurationRequest. setAccelerateConfiguration(BucketAccelerateConfiguration accelerateConfiguration)Sets the new accelerate configuration for the specified bucket.SetBucketAccelerateConfigurationRequestSetBucketAccelerateConfigurationRequest. 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 newSetBucketAccelerateConfigurationRequestto set the bucket accelerate configuration of the specified bucket.
-