| 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 ListRequestedServiceQuotaChangeHistoryResponse |
ServiceQuotasClient.listRequestedServiceQuotaChangeHistory(Consumer<ListRequestedServiceQuotaChangeHistoryRequest.Builder> listRequestedServiceQuotaChangeHistoryRequest)
Retrieves the quota increase requests for the specified service.
|
default ListRequestedServiceQuotaChangeHistoryResponse |
ServiceQuotasClient.listRequestedServiceQuotaChangeHistory(ListRequestedServiceQuotaChangeHistoryRequest listRequestedServiceQuotaChangeHistoryRequest)
Retrieves the quota increase requests for the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRequestedServiceQuotaChangeHistoryResponse> |
ServiceQuotasAsyncClient.listRequestedServiceQuotaChangeHistory(Consumer<ListRequestedServiceQuotaChangeHistoryRequest.Builder> listRequestedServiceQuotaChangeHistoryRequest)
Retrieves the quota increase requests for the specified service.
|
default CompletableFuture<ListRequestedServiceQuotaChangeHistoryResponse> |
ServiceQuotasAsyncClient.listRequestedServiceQuotaChangeHistory(ListRequestedServiceQuotaChangeHistoryRequest listRequestedServiceQuotaChangeHistoryRequest)
Retrieves the quota increase requests for the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRequestedServiceQuotaChangeHistoryResponse> |
ListRequestedServiceQuotaChangeHistoryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRequestedServiceQuotaChangeHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRequestedServiceQuotaChangeHistoryResponse> subscriber) |
Copyright © 2023. All rights reserved.