| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicequotas |
With Service Quotas, you can view and manage your quotas easily as your AWS workloads grow.
|
| Modifier and Type | Method and Description |
|---|---|
default GetServiceQuotaResponse |
ServiceQuotasClient.getServiceQuota(Consumer<GetServiceQuotaRequest.Builder> getServiceQuotaRequest)
Retrieves the applied quota value for the specified quota.
|
default GetServiceQuotaResponse |
ServiceQuotasClient.getServiceQuota(GetServiceQuotaRequest getServiceQuotaRequest)
Retrieves the applied quota value for the specified quota.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetServiceQuotaResponse> |
ServiceQuotasAsyncClient.getServiceQuota(Consumer<GetServiceQuotaRequest.Builder> getServiceQuotaRequest)
Retrieves the applied quota value for the specified quota.
|
default CompletableFuture<GetServiceQuotaResponse> |
ServiceQuotasAsyncClient.getServiceQuota(GetServiceQuotaRequest getServiceQuotaRequest)
Retrieves the applied quota value for the specified quota.
|
Copyright © 2021. All rights reserved.