Uses of Class
software.amazon.awssdk.services.servicequotas.model.ListRequestedServiceQuotaChangeHistoryByQuotaResponse
-
Packages that use ListRequestedServiceQuotaChangeHistoryByQuotaResponse 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.software.amazon.awssdk.services.servicequotas.paginators -
-
Uses of ListRequestedServiceQuotaChangeHistoryByQuotaResponse in software.amazon.awssdk.services.servicequotas
Methods in software.amazon.awssdk.services.servicequotas that return ListRequestedServiceQuotaChangeHistoryByQuotaResponse Modifier and Type Method Description default ListRequestedServiceQuotaChangeHistoryByQuotaResponseServiceQuotasClient. listRequestedServiceQuotaChangeHistoryByQuota(Consumer<ListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder> listRequestedServiceQuotaChangeHistoryByQuotaRequest)Retrieves the quota increase requests for the specified quota.default ListRequestedServiceQuotaChangeHistoryByQuotaResponseServiceQuotasClient. listRequestedServiceQuotaChangeHistoryByQuota(ListRequestedServiceQuotaChangeHistoryByQuotaRequest listRequestedServiceQuotaChangeHistoryByQuotaRequest)Retrieves the quota increase requests for the specified quota.Methods in software.amazon.awssdk.services.servicequotas that return types with arguments of type ListRequestedServiceQuotaChangeHistoryByQuotaResponse Modifier and Type Method Description default CompletableFuture<ListRequestedServiceQuotaChangeHistoryByQuotaResponse>ServiceQuotasAsyncClient. listRequestedServiceQuotaChangeHistoryByQuota(Consumer<ListRequestedServiceQuotaChangeHistoryByQuotaRequest.Builder> listRequestedServiceQuotaChangeHistoryByQuotaRequest)Retrieves the quota increase requests for the specified quota.default CompletableFuture<ListRequestedServiceQuotaChangeHistoryByQuotaResponse>ServiceQuotasAsyncClient. listRequestedServiceQuotaChangeHistoryByQuota(ListRequestedServiceQuotaChangeHistoryByQuotaRequest listRequestedServiceQuotaChangeHistoryByQuotaRequest)Retrieves the quota increase requests for the specified quota. -
Uses of ListRequestedServiceQuotaChangeHistoryByQuotaResponse in software.amazon.awssdk.services.servicequotas.paginators
Methods in software.amazon.awssdk.services.servicequotas.paginators that return types with arguments of type ListRequestedServiceQuotaChangeHistoryByQuotaResponse Modifier and Type Method Description Iterator<ListRequestedServiceQuotaChangeHistoryByQuotaResponse>ListRequestedServiceQuotaChangeHistoryByQuotaIterable. iterator()Method parameters in software.amazon.awssdk.services.servicequotas.paginators with type arguments of type ListRequestedServiceQuotaChangeHistoryByQuotaResponse Modifier and Type Method Description voidListRequestedServiceQuotaChangeHistoryByQuotaPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRequestedServiceQuotaChangeHistoryByQuotaResponse> subscriber)
-