| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicequotas.model | |
| software.amazon.awssdk.services.servicequotas.paginators |
| Modifier and Type | Method and Description |
|---|---|
ServiceQuota |
GetServiceQuotaResponse.quota()
Returns the ServiceQuota object which contains all values for a quota.
|
ServiceQuota |
GetAwsDefaultServiceQuotaResponse.quota()
Returns the ServiceQuota object which contains all values for a quota.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceQuota> |
ListAwsDefaultServiceQuotasResponse.quotas()
A list of the quotas in the account with the AWS default values.
|
List<ServiceQuota> |
ListServiceQuotasResponse.quotas()
The response information for a quota lists all attribute information for the quota.
|
| Modifier and Type | Method and Description |
|---|---|
GetServiceQuotaResponse.Builder |
GetServiceQuotaResponse.Builder.quota(ServiceQuota quota)
Returns the ServiceQuota object which contains all values for a quota.
|
GetAwsDefaultServiceQuotaResponse.Builder |
GetAwsDefaultServiceQuotaResponse.Builder.quota(ServiceQuota quota)
Returns the ServiceQuota object which contains all values for a quota.
|
ListAwsDefaultServiceQuotasResponse.Builder |
ListAwsDefaultServiceQuotasResponse.Builder.quotas(ServiceQuota... quotas)
A list of the quotas in the account with the AWS default values.
|
ListServiceQuotasResponse.Builder |
ListServiceQuotasResponse.Builder.quotas(ServiceQuota... quotas)
The response information for a quota lists all attribute information for the quota.
|
| Modifier and Type | Method and Description |
|---|---|
ListAwsDefaultServiceQuotasResponse.Builder |
ListAwsDefaultServiceQuotasResponse.Builder.quotas(Collection<ServiceQuota> quotas)
A list of the quotas in the account with the AWS default values.
|
ListServiceQuotasResponse.Builder |
ListServiceQuotasResponse.Builder.quotas(Collection<ServiceQuota> quotas)
The response information for a quota lists all attribute information for the quota.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ServiceQuota> |
ListServiceQuotasPublisher.quotas()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<ServiceQuota> |
ListAWSDefaultServiceQuotasPublisher.quotas()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ServiceQuota> |
ListServiceQuotasIterable.quotas()
Returns an iterable to iterate through the paginated
ListServiceQuotasResponse.quotas() member. |
SdkIterable<ServiceQuota> |
ListAWSDefaultServiceQuotasIterable.quotas()
Returns an iterable to iterate through the paginated
ListAwsDefaultServiceQuotasResponse.quotas() member. |
Copyright © 2019. All rights reserved.