| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
static ListAwsDefaultServiceQuotasResponse.Builder |
ListAwsDefaultServiceQuotasResponse.builder() |
ListAwsDefaultServiceQuotasResponse.Builder |
ListAwsDefaultServiceQuotasResponse.Builder.nextToken(String nextToken)
(Optional) Use this parameter in a request if you receive a
NextToken response in a previous
request that indicates that there's more output available. |
ListAwsDefaultServiceQuotasResponse.Builder |
ListAwsDefaultServiceQuotasResponse.Builder.quotas(Collection<ServiceQuota> quotas)
A list of the quotas in the account with the AWS default values.
|
ListAwsDefaultServiceQuotasResponse.Builder |
ListAwsDefaultServiceQuotasResponse.Builder.quotas(Consumer<ServiceQuota.Builder>... quotas)
A list of the quotas in the account with the AWS default values.
|
ListAwsDefaultServiceQuotasResponse.Builder |
ListAwsDefaultServiceQuotasResponse.Builder.quotas(ServiceQuota... quotas)
A list of the quotas in the account with the AWS default values.
|
ListAwsDefaultServiceQuotasResponse.Builder |
ListAwsDefaultServiceQuotasResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAwsDefaultServiceQuotasResponse.Builder> |
ListAwsDefaultServiceQuotasResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.