| Package | Description |
|---|---|
| com.amazonaws.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
static OperationStatus |
OperationStatus.fromValue(String value)
Use this in place of valueOf.
|
static OperationStatus |
OperationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationStatus[] |
OperationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationSummary.setStatus(OperationStatus status)
The current status of the requested operation in the system.
|
void |
GetOperationDetailResult.setStatus(OperationStatus status)
The current status of the requested operation in the system.
|
ListOperationsRequest |
ListOperationsRequest.withStatus(OperationStatus... status)
The status of the operations.
|
OperationSummary |
OperationSummary.withStatus(OperationStatus status)
The current status of the requested operation in the system.
|
GetOperationDetailResult |
GetOperationDetailResult.withStatus(OperationStatus status)
The current status of the requested operation in the system.
|
Copyright © 2023. All rights reserved.