Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
static VersioningStatusEnum |
VersioningStatusEnum.getValueFromCode(String code) |
VersioningStatusEnum |
BucketVersioningConfiguration.getVersioningStatus()
Obtain the versioning status.
|
static VersioningStatusEnum |
VersioningStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersioningStatusEnum[] |
VersioningStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BucketVersioningConfiguration.setVersioningStatus(VersioningStatusEnum status)
Set the versioning status.
|
Constructor and Description |
---|
BucketVersioningConfiguration(VersioningStatusEnum status)
Constructor
If versioning is enabled for a bucket, it cannot be disabled or changed to suspended.
|
Copyright © 2019. All rights reserved.