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.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Method and Description |
---|---|
void |
AmazonS3Client.setBucketAccelerateConfiguration(java.lang.String bucketName,
BucketAccelerateConfiguration accelerateConfiguration) |
void |
AmazonS3.setBucketAccelerateConfiguration(java.lang.String bucketName,
BucketAccelerateConfiguration accelerateConfiguration)
Sets the accelerate configuration for the specified bucket.
|
void |
AbstractAmazonS3.setBucketAccelerateConfiguration(java.lang.String bucketName,
BucketAccelerateConfiguration accelerateConfiguration) |
Modifier and Type | Field and Description |
---|---|
private BucketAccelerateConfiguration |
SetBucketAccelerateConfigurationRequest.accelerateConfiguration
The new accelerate configuration for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
BucketAccelerateConfiguration |
SetBucketAccelerateConfigurationRequest.getAccelerateConfiguration() |
BucketAccelerateConfiguration |
BucketAccelerateConfiguration.withStatus(BucketAccelerateStatus status) |
BucketAccelerateConfiguration |
BucketAccelerateConfiguration.withStatus(java.lang.String status)
Fluent setter method for
setStatus(String) |
Modifier and Type | Method and Description |
---|---|
void |
SetBucketAccelerateConfigurationRequest.setAccelerateConfiguration(BucketAccelerateConfiguration accelerateConfiguration)
Sets the new accelerate configuration for the specified bucket.
|
SetBucketAccelerateConfigurationRequest |
SetBucketAccelerateConfigurationRequest.withAccelerateConfiguration(BucketAccelerateConfiguration accelerateConfiguration)
Fluent setter method for
SetBucketAccelerateConfigurationRequest.setAccelerateConfiguration(BucketAccelerateConfiguration) |
Constructor and Description |
---|
SetBucketAccelerateConfigurationRequest(java.lang.String bucketName,
BucketAccelerateConfiguration configuration)
Constructs a new
SetBucketAccelerateConfigurationRequest to set
the bucket accelerate configuration of the specified bucket. |
Modifier and Type | Field and Description |
---|---|
private BucketAccelerateConfiguration |
XmlResponsesSaxParser.BucketAccelerateConfigurationHandler.configuration |
Modifier and Type | Method and Description |
---|---|
BucketAccelerateConfiguration |
XmlResponsesSaxParser.BucketAccelerateConfigurationHandler.getConfiguration() |
BucketAccelerateConfiguration |
Unmarshallers.BucketAccelerateConfigurationUnmarshaller.unmarshall(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BucketConfigurationXmlFactory.convertToXmlByteArray(BucketAccelerateConfiguration accelerateConfiguration)
Converts the specified accelerate configuration into an XML byte array.
|