Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
RestoreTierEnum |
RestoreObjectRequest.getRestoreTier()
Obtain the restore option.
|
RestoreTierEnum |
RestoreObjectsRequest.getRestoreTier()
Obtain the restore option.
|
static RestoreTierEnum |
RestoreTierEnum.getValueFromCode(String code) |
static RestoreTierEnum |
RestoreTierEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestoreTierEnum[] |
RestoreTierEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RestoreObjectRequest.setRestoreTier(RestoreTierEnum tier)
Set the restore option.
|
void |
RestoreObjectsRequest.setRestoreTier(RestoreTierEnum tier)
Set the restore option.
|
Constructor and Description |
---|
RestoreObjectRequest(String bucketName,
String objectKey,
String versionId,
int days,
RestoreTierEnum tier)
Constructor
|
RestoreObjectsRequest(String bucketName,
int days,
RestoreTierEnum tier)
Constructor
|
Copyright © 2019. All rights reserved.