Uses of Class
software.amazon.awssdk.services.servicequotas.model.GetRequestedServiceQuotaChangeResponse
-
Packages that use GetRequestedServiceQuotaChangeResponse Package Description software.amazon.awssdk.services.servicequotas With Service Quotas, you can view and manage your quotas easily as your Amazon Web Services workloads grow. -
-
Uses of GetRequestedServiceQuotaChangeResponse in software.amazon.awssdk.services.servicequotas
Methods in software.amazon.awssdk.services.servicequotas that return GetRequestedServiceQuotaChangeResponse Modifier and Type Method Description default GetRequestedServiceQuotaChangeResponseServiceQuotasClient. getRequestedServiceQuotaChange(Consumer<GetRequestedServiceQuotaChangeRequest.Builder> getRequestedServiceQuotaChangeRequest)Retrieves information about the specified quota increase request.default GetRequestedServiceQuotaChangeResponseServiceQuotasClient. getRequestedServiceQuotaChange(GetRequestedServiceQuotaChangeRequest getRequestedServiceQuotaChangeRequest)Retrieves information about the specified quota increase request.Methods in software.amazon.awssdk.services.servicequotas that return types with arguments of type GetRequestedServiceQuotaChangeResponse Modifier and Type Method Description default CompletableFuture<GetRequestedServiceQuotaChangeResponse>ServiceQuotasAsyncClient. getRequestedServiceQuotaChange(Consumer<GetRequestedServiceQuotaChangeRequest.Builder> getRequestedServiceQuotaChangeRequest)Retrieves information about the specified quota increase request.default CompletableFuture<GetRequestedServiceQuotaChangeResponse>ServiceQuotasAsyncClient. getRequestedServiceQuotaChange(GetRequestedServiceQuotaChangeRequest getRequestedServiceQuotaChangeRequest)Retrieves information about the specified quota increase request.
-