Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
static BucketAccelerateStatus |
BucketAccelerateStatus.fromValue(String statusString) |
static BucketAccelerateStatus |
BucketAccelerateStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketAccelerateStatus[] |
BucketAccelerateStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BucketAccelerateConfiguration.setStatus(BucketAccelerateStatus status)
Sets the desired bucket accelerate status for this configuration object.
|
BucketAccelerateConfiguration |
BucketAccelerateConfiguration.withStatus(BucketAccelerateStatus status) |
Constructor and Description |
---|
BucketAccelerateConfiguration(BucketAccelerateStatus status)
Creates a new bucket accelerate configuration object with the specified status.
|
Copyright © 2024. All rights reserved.