| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicequotas.model | |
| software.amazon.awssdk.services.servicequotas.paginators |
| Modifier and Type | Method and Description |
|---|---|
ServiceQuota |
GetAwsDefaultServiceQuotaResponse.quota()
Information about the quota.
|
ServiceQuota |
GetServiceQuotaResponse.quota()
Information about the quota.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceQuota> |
ListAwsDefaultServiceQuotasResponse.quotas()
Information about the quotas.
|
List<ServiceQuota> |
ListServiceQuotasResponse.quotas()
Information about the quotas.
|
| Modifier and Type | Method and Description |
|---|---|
GetAwsDefaultServiceQuotaResponse.Builder |
GetAwsDefaultServiceQuotaResponse.Builder.quota(ServiceQuota quota)
Information about the quota.
|
GetServiceQuotaResponse.Builder |
GetServiceQuotaResponse.Builder.quota(ServiceQuota quota)
Information about the quota.
|
ListAwsDefaultServiceQuotasResponse.Builder |
ListAwsDefaultServiceQuotasResponse.Builder.quotas(ServiceQuota... quotas)
Information about the quotas.
|
ListServiceQuotasResponse.Builder |
ListServiceQuotasResponse.Builder.quotas(ServiceQuota... quotas)
Information about the quotas.
|
| Modifier and Type | Method and Description |
|---|---|
ListAwsDefaultServiceQuotasResponse.Builder |
ListAwsDefaultServiceQuotasResponse.Builder.quotas(Collection<ServiceQuota> quotas)
Information about the quotas.
|
ListServiceQuotasResponse.Builder |
ListServiceQuotasResponse.Builder.quotas(Collection<ServiceQuota> quotas)
Information about the quotas.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ServiceQuota> |
ListServiceQuotasPublisher.quotas()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ServiceQuota> |
ListAWSDefaultServiceQuotasIterable.quotas()
Returns an iterable to iterate through the paginated
ListAwsDefaultServiceQuotasResponse.quotas() member. |
SdkIterable<ServiceQuota> |
ListServiceQuotasIterable.quotas()
Returns an iterable to iterate through the paginated
ListServiceQuotasResponse.quotas() member. |
SdkPublisher<ServiceQuota> |
ListAWSDefaultServiceQuotasPublisher.quotas()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.