Uses of Class
software.amazon.awssdk.services.servicequotas.model.ListServiceQuotasResponse
-
Packages that use ListServiceQuotasResponse 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 ListServiceQuotasResponse in software.amazon.awssdk.services.servicequotas
Methods in software.amazon.awssdk.services.servicequotas that return ListServiceQuotasResponse Modifier and Type Method Description default ListServiceQuotasResponseServiceQuotasClient. listServiceQuotas(Consumer<ListServiceQuotasRequest.Builder> listServiceQuotasRequest)Lists the applied quota values for the specified Amazon Web Service.default ListServiceQuotasResponseServiceQuotasClient. listServiceQuotas(ListServiceQuotasRequest listServiceQuotasRequest)Lists the applied quota values for the specified Amazon Web Service.Methods in software.amazon.awssdk.services.servicequotas that return types with arguments of type ListServiceQuotasResponse Modifier and Type Method Description default CompletableFuture<ListServiceQuotasResponse>ServiceQuotasAsyncClient. listServiceQuotas(Consumer<ListServiceQuotasRequest.Builder> listServiceQuotasRequest)Lists the applied quota values for the specified Amazon Web Service.default CompletableFuture<ListServiceQuotasResponse>ServiceQuotasAsyncClient. listServiceQuotas(ListServiceQuotasRequest listServiceQuotasRequest)Lists the applied quota values for the specified Amazon Web Service. -
Uses of ListServiceQuotasResponse in software.amazon.awssdk.services.servicequotas.paginators
Methods in software.amazon.awssdk.services.servicequotas.paginators that return types with arguments of type ListServiceQuotasResponse Modifier and Type Method Description Iterator<ListServiceQuotasResponse>ListServiceQuotasIterable. iterator()Method parameters in software.amazon.awssdk.services.servicequotas.paginators with type arguments of type ListServiceQuotasResponse Modifier and Type Method Description voidListServiceQuotasPublisher. subscribe(org.reactivestreams.Subscriber<? super ListServiceQuotasResponse> subscriber)
-