Uses of Class
software.amazon.awssdk.services.servicequotas.model.RequestStatus
-
Packages that use RequestStatus Package Description software.amazon.awssdk.services.servicequotas.model -
-
Uses of RequestStatus in software.amazon.awssdk.services.servicequotas.model
Methods in software.amazon.awssdk.services.servicequotas.model that return RequestStatus Modifier and Type Method Description static RequestStatusRequestStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RequestStatusListRequestedServiceQuotaChangeHistoryByQuotaRequest. status()Specifies that you want to filter the results to only the requests with the matching status.RequestStatusListRequestedServiceQuotaChangeHistoryRequest. status()Specifies that you want to filter the results to only the requests with the matching status.RequestStatusRequestedServiceQuotaChange. status()The state of the quota increase request.static RequestStatusRequestStatus. 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.Methods in software.amazon.awssdk.services.servicequotas.model that return types with arguments of type RequestStatus Modifier and Type Method Description static Set<RequestStatus>RequestStatus. knownValues()Methods in software.amazon.awssdk.services.servicequotas.model with parameters of type RequestStatus Modifier and Type Method Description ListRequestedServiceQuotaChangeHistoryByQuotaRequest.BuilderListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder. status(RequestStatus status)Specifies that you want to filter the results to only the requests with the matching status.ListRequestedServiceQuotaChangeHistoryRequest.BuilderListRequestedServiceQuotaChangeHistoryRequest.Builder. status(RequestStatus status)Specifies that you want to filter the results to only the requests with the matching status.RequestedServiceQuotaChange.BuilderRequestedServiceQuotaChange.Builder. status(RequestStatus status)The state of the quota increase request.
-