| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static LegalHoldStatus |
LegalHoldStatus.fromValue(String value)
Use this in place of valueOf.
|
static LegalHoldStatus |
LegalHoldStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LegalHoldStatus[] |
LegalHoldStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LegalHold |
LegalHold.withStatus(LegalHoldStatus status)
This is the status of the legal hold.
|
CreateLegalHoldResult |
CreateLegalHoldResult.withStatus(LegalHoldStatus status)
This displays the status of the legal hold returned after creating the legal hold.
|
GetLegalHoldResult |
GetLegalHoldResult.withStatus(LegalHoldStatus status)
This is the status of the legal hold.
|
Copyright © 2023. All rights reserved.