| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicequotas |
Service Quotas is a web service that you can use to manage many of your AWS service quotas.
|
| software.amazon.awssdk.services.servicequotas.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRequestedServiceQuotaChangeHistoryResponse |
ServiceQuotasClient.listRequestedServiceQuotaChangeHistory(Consumer<ListRequestedServiceQuotaChangeHistoryRequest.Builder> listRequestedServiceQuotaChangeHistoryRequest)
Requests a list of the changes to quotas for a service.
|
default ListRequestedServiceQuotaChangeHistoryResponse |
ServiceQuotasClient.listRequestedServiceQuotaChangeHistory(ListRequestedServiceQuotaChangeHistoryRequest listRequestedServiceQuotaChangeHistoryRequest)
Requests a list of the changes to quotas for a service.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRequestedServiceQuotaChangeHistoryResponse> |
ServiceQuotasAsyncClient.listRequestedServiceQuotaChangeHistory(Consumer<ListRequestedServiceQuotaChangeHistoryRequest.Builder> listRequestedServiceQuotaChangeHistoryRequest)
Requests a list of the changes to quotas for a service.
|
default CompletableFuture<ListRequestedServiceQuotaChangeHistoryResponse> |
ServiceQuotasAsyncClient.listRequestedServiceQuotaChangeHistory(ListRequestedServiceQuotaChangeHistoryRequest listRequestedServiceQuotaChangeHistoryRequest)
Requests a list of the changes to quotas for a 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 © 2019. All rights reserved.