| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
static OperationType |
OperationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OperationType |
BillingRecord.operation()
The operation that you were charged for.
|
OperationType |
OperationSummary.type()
Type of the action requested.
|
OperationType |
GetOperationDetailResponse.type()
The type of operation that was requested.
|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.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<OperationType> |
OperationType.knownValues()
|
List<OperationType> |
ListOperationsRequest.type()
An arrays of the domains operation types.
|
| Modifier and Type | Method and Description |
|---|---|
BillingRecord.Builder |
BillingRecord.Builder.operation(OperationType operation)
The operation that you were charged for.
|
ListOperationsRequest.Builder |
ListOperationsRequest.Builder.type(OperationType... type)
An arrays of the domains operation types.
|
OperationSummary.Builder |
OperationSummary.Builder.type(OperationType type)
Type of the action requested.
|
GetOperationDetailResponse.Builder |
GetOperationDetailResponse.Builder.type(OperationType type)
The type of operation that was requested.
|
| Modifier and Type | Method and Description |
|---|---|
ListOperationsRequest.Builder |
ListOperationsRequest.Builder.type(Collection<OperationType> type)
An arrays of the domains operation types.
|
Copyright © 2023. All rights reserved.