Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
BucketAccelerateConfiguration |
SetBucketAccelerateConfigurationRequest.getAccelerateConfiguration() |
BucketAccelerateConfiguration |
BucketAccelerateConfiguration.withStatus(BucketAccelerateStatus status) |
BucketAccelerateConfiguration |
BucketAccelerateConfiguration.withStatus(String status)
Fluent setter method for
BucketAccelerateConfiguration.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(String bucketName,
BucketAccelerateConfiguration configuration)
Constructs a new
SetBucketAccelerateConfigurationRequest to set
the bucket accelerate configuration of the specified bucket. |
Copyright © 2024. All rights reserved.