| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
static RequestStatus |
RequestStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RequestStatus |
RequestedServiceQuotaChange.status()
The state of the quota increase request.
|
RequestStatus |
ListRequestedServiceQuotaChangeHistoryByQuotaRequest.status()
The status value of the quota increase request.
|
RequestStatus |
ListRequestedServiceQuotaChangeHistoryRequest.status()
The status of the quota increase request.
|
static RequestStatus |
RequestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestStatus[] |
RequestStatus.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<RequestStatus> |
RequestStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.status(RequestStatus status)
The state of the quota increase request.
|
ListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder |
ListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder.status(RequestStatus status)
The status value of the quota increase request.
|
ListRequestedServiceQuotaChangeHistoryRequest.Builder |
ListRequestedServiceQuotaChangeHistoryRequest.Builder.status(RequestStatus status)
The status of the quota increase request.
|
Copyright © 2021. All rights reserved.