| Package | Description |
|---|---|
| com.amazonaws.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
static StatusFlag |
StatusFlag.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
GetOperationDetailResult.setStatusFlag(StatusFlag statusFlag)
Lists any outstanding operations that require customer action.
|
void |
OperationSummary.setStatusFlag(StatusFlag statusFlag)
Automatically checks whether there are no outstanding operations on domains that need customer attention.
|
GetOperationDetailResult |
GetOperationDetailResult.withStatusFlag(StatusFlag statusFlag)
Lists any outstanding operations that require customer action.
|
OperationSummary |
OperationSummary.withStatusFlag(StatusFlag statusFlag)
Automatically checks whether there are no outstanding operations on domains that need customer attention.
|
Copyright © 2023. All rights reserved.