Uses of Class
software.amazon.awssdk.services.servicequotas.model.ListServicesResponse
-
Packages that use ListServicesResponse 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 ListServicesResponse in software.amazon.awssdk.services.servicequotas
Methods in software.amazon.awssdk.services.servicequotas that return ListServicesResponse Modifier and Type Method Description default ListServicesResponseServiceQuotasClient. listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)Lists the names and codes for the Amazon Web Services integrated with Service Quotas.default ListServicesResponseServiceQuotasClient. listServices(ListServicesRequest listServicesRequest)Lists the names and codes for the Amazon Web Services integrated with Service Quotas.Methods in software.amazon.awssdk.services.servicequotas that return types with arguments of type ListServicesResponse Modifier and Type Method Description default CompletableFuture<ListServicesResponse>ServiceQuotasAsyncClient. listServices(Consumer<ListServicesRequest.Builder> listServicesRequest)Lists the names and codes for the Amazon Web Services integrated with Service Quotas.default CompletableFuture<ListServicesResponse>ServiceQuotasAsyncClient. listServices(ListServicesRequest listServicesRequest)Lists the names and codes for the Amazon Web Services integrated with Service Quotas. -
Uses of ListServicesResponse in software.amazon.awssdk.services.servicequotas.paginators
Methods in software.amazon.awssdk.services.servicequotas.paginators that return types with arguments of type ListServicesResponse Modifier and Type Method Description Iterator<ListServicesResponse>ListServicesIterable. iterator()Method parameters in software.amazon.awssdk.services.servicequotas.paginators with type arguments of type ListServicesResponse Modifier and Type Method Description voidListServicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListServicesResponse> subscriber)
-