| 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 | |
| software.amazon.awssdk.services.servicequotas.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListServicesResponse |
ServiceQuotasClient.listServices(ListServicesRequest listServicesRequest)
Lists the names and codes for the services integrated with Service Quotas.
|
default CompletableFuture<ListServicesResponse> |
ServiceQuotasAsyncClient.listServices(ListServicesRequest listServicesRequest)
Lists the names and codes for the services integrated with Service Quotas.
|
default ListServicesIterable |
ServiceQuotasClient.listServicesPaginator(ListServicesRequest listServicesRequest)
Lists the names and codes for the services integrated with Service Quotas.
|
default ListServicesPublisher |
ServiceQuotasAsyncClient.listServicesPaginator(ListServicesRequest listServicesRequest)
Lists the names and codes for the services integrated with Service Quotas.
|
| Constructor and Description |
|---|
ListServicesIterable(ServiceQuotasClient client,
ListServicesRequest firstRequest) |
ListServicesPublisher(ServiceQuotasAsyncClient client,
ListServicesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListServicesRequestMarshaller.marshall(ListServicesRequest listServicesRequest) |
Copyright © 2022. All rights reserved.