Uses of Class
software.amazon.awssdk.services.servicequotas.model.ListRequestedServiceQuotaChangeHistoryResponse
-
Packages that use ListRequestedServiceQuotaChangeHistoryResponse 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 ListRequestedServiceQuotaChangeHistoryResponse in software.amazon.awssdk.services.servicequotas
Methods in software.amazon.awssdk.services.servicequotas that return ListRequestedServiceQuotaChangeHistoryResponse Modifier and Type Method Description default ListRequestedServiceQuotaChangeHistoryResponseServiceQuotasClient. listRequestedServiceQuotaChangeHistory(Consumer<ListRequestedServiceQuotaChangeHistoryRequest.Builder> listRequestedServiceQuotaChangeHistoryRequest)Retrieves the quota increase requests for the specified Amazon Web Service.default ListRequestedServiceQuotaChangeHistoryResponseServiceQuotasClient. listRequestedServiceQuotaChangeHistory(ListRequestedServiceQuotaChangeHistoryRequest listRequestedServiceQuotaChangeHistoryRequest)Retrieves the quota increase requests for the specified Amazon Web Service.Methods in software.amazon.awssdk.services.servicequotas that return types with arguments of type ListRequestedServiceQuotaChangeHistoryResponse Modifier and Type Method Description default CompletableFuture<ListRequestedServiceQuotaChangeHistoryResponse>ServiceQuotasAsyncClient. listRequestedServiceQuotaChangeHistory(Consumer<ListRequestedServiceQuotaChangeHistoryRequest.Builder> listRequestedServiceQuotaChangeHistoryRequest)Retrieves the quota increase requests for the specified Amazon Web Service.default CompletableFuture<ListRequestedServiceQuotaChangeHistoryResponse>ServiceQuotasAsyncClient. listRequestedServiceQuotaChangeHistory(ListRequestedServiceQuotaChangeHistoryRequest listRequestedServiceQuotaChangeHistoryRequest)Retrieves the quota increase requests for the specified Amazon Web Service. -
Uses of ListRequestedServiceQuotaChangeHistoryResponse in software.amazon.awssdk.services.servicequotas.paginators
Methods in software.amazon.awssdk.services.servicequotas.paginators that return types with arguments of type ListRequestedServiceQuotaChangeHistoryResponse Modifier and Type Method Description Iterator<ListRequestedServiceQuotaChangeHistoryResponse>ListRequestedServiceQuotaChangeHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.servicequotas.paginators with type arguments of type ListRequestedServiceQuotaChangeHistoryResponse Modifier and Type Method Description voidListRequestedServiceQuotaChangeHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRequestedServiceQuotaChangeHistoryResponse> subscriber)
-