| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
R53HostedZoneDeletionStateCode |
R53HostedZoneDeletionState.code()
The status code for the deletion state.
|
static R53HostedZoneDeletionStateCode |
R53HostedZoneDeletionStateCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static R53HostedZoneDeletionStateCode |
R53HostedZoneDeletionStateCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static R53HostedZoneDeletionStateCode[] |
R53HostedZoneDeletionStateCode.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<R53HostedZoneDeletionStateCode> |
R53HostedZoneDeletionStateCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
R53HostedZoneDeletionState.Builder |
R53HostedZoneDeletionState.Builder.code(R53HostedZoneDeletionStateCode code)
The status code for the deletion state.
|
Copyright © 2023. All rights reserved.