| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
static StatusFlag |
StatusFlag.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StatusFlag |
OperationSummary.statusFlag()
Automatically checks whether there are no outstanding operations on domains that need customer attention.
|
StatusFlag |
GetOperationDetailResponse.statusFlag()
Lists any outstanding operations that require customer action.
|
static StatusFlag |
StatusFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusFlag[] |
StatusFlag.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<StatusFlag> |
StatusFlag.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OperationSummary.Builder |
OperationSummary.Builder.statusFlag(StatusFlag statusFlag)
Automatically checks whether there are no outstanding operations on domains that need customer attention.
|
GetOperationDetailResponse.Builder |
GetOperationDetailResponse.Builder.statusFlag(StatusFlag statusFlag)
Lists any outstanding operations that require customer action.
|
Copyright © 2023. All rights reserved.