| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicequotas |
With Service Quotas, you can view and manage your quotas easily as your AWS workloads grow.
|
| software.amazon.awssdk.services.servicequotas.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListServiceQuotasResponse |
ServiceQuotasClient.listServiceQuotas(Consumer<ListServiceQuotasRequest.Builder> listServiceQuotasRequest)
Lists the applied quota values for the specified AWS service.
|
default ListServiceQuotasResponse |
ServiceQuotasClient.listServiceQuotas(ListServiceQuotasRequest listServiceQuotasRequest)
Lists the applied quota values for the specified AWS service.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListServiceQuotasResponse> |
ServiceQuotasAsyncClient.listServiceQuotas(Consumer<ListServiceQuotasRequest.Builder> listServiceQuotasRequest)
Lists the applied quota values for the specified AWS service.
|
default CompletableFuture<ListServiceQuotasResponse> |
ServiceQuotasAsyncClient.listServiceQuotas(ListServiceQuotasRequest listServiceQuotasRequest)
Lists the applied quota values for the specified AWS service.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListServiceQuotasResponse> |
ListServiceQuotasIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceQuotasPublisher.subscribe(org.reactivestreams.Subscriber<? super ListServiceQuotasResponse> subscriber) |
Copyright © 2023. All rights reserved.