| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static LegalHoldStatus |
LegalHoldStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LegalHoldStatus |
LegalHold.status()
This is the status of the legal hold.
|
LegalHoldStatus |
CreateLegalHoldResponse.status()
This displays the status of the legal hold returned after creating the legal hold.
|
LegalHoldStatus |
GetLegalHoldResponse.status()
This is the status of the legal hold.
|
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 |
|---|---|
static Set<LegalHoldStatus> |
LegalHoldStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LegalHold.Builder |
LegalHold.Builder.status(LegalHoldStatus status)
This is the status of the legal hold.
|
CreateLegalHoldResponse.Builder |
CreateLegalHoldResponse.Builder.status(LegalHoldStatus status)
This displays the status of the legal hold returned after creating the legal hold.
|
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.status(LegalHoldStatus status)
This is the status of the legal hold.
|
Copyright © 2023. All rights reserved.