| Package | Description |
|---|---|
| com.amazonaws.services.s3.model.intelligenttiering |
| Modifier and Type | Method and Description |
|---|---|
static IntelligentTieringStatus |
IntelligentTieringStatus.fromValue(String value)
Use this in place of valueOf.
|
IntelligentTieringStatus |
IntelligentTieringConfiguration.getStatus()
Returns the status of the configuration
IntelligentTieringStatus |
static IntelligentTieringStatus |
IntelligentTieringStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntelligentTieringStatus[] |
IntelligentTieringStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntelligentTieringConfiguration.setStatus(IntelligentTieringStatus status)
Sets the
IntelligentTieringStatus for the config. |
IntelligentTieringConfiguration |
IntelligentTieringConfiguration.withStatus(IntelligentTieringStatus status)
Sets the
IntelligentTieringStatus for the config. |
Copyright © 2024. All rights reserved.