| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicequotas.model | |
| software.amazon.awssdk.services.servicequotas.paginators |
| Modifier and Type | Method and Description |
|---|---|
RequestedServiceQuotaChange |
GetRequestedServiceQuotaChangeResponse.requestedQuota()
Information about the quota increase request.
|
RequestedServiceQuotaChange |
RequestServiceQuotaIncreaseResponse.requestedQuota()
Information about the quota increase request.
|
| Modifier and Type | Method and Description |
|---|---|
List<RequestedServiceQuotaChange> |
ListRequestedServiceQuotaChangeHistoryResponse.requestedQuotas()
Information about the quota increase requests.
|
List<RequestedServiceQuotaChange> |
ListRequestedServiceQuotaChangeHistoryByQuotaResponse.requestedQuotas()
Information about the quota increase requests.
|
| Modifier and Type | Method and Description |
|---|---|
GetRequestedServiceQuotaChangeResponse.Builder |
GetRequestedServiceQuotaChangeResponse.Builder.requestedQuota(RequestedServiceQuotaChange requestedQuota)
Information about the quota increase request.
|
RequestServiceQuotaIncreaseResponse.Builder |
RequestServiceQuotaIncreaseResponse.Builder.requestedQuota(RequestedServiceQuotaChange requestedQuota)
Information about the quota increase request.
|
ListRequestedServiceQuotaChangeHistoryResponse.Builder |
ListRequestedServiceQuotaChangeHistoryResponse.Builder.requestedQuotas(RequestedServiceQuotaChange... requestedQuotas)
Information about the quota increase requests.
|
ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder |
ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder.requestedQuotas(RequestedServiceQuotaChange... requestedQuotas)
Information about the quota increase requests.
|
| Modifier and Type | Method and Description |
|---|---|
ListRequestedServiceQuotaChangeHistoryResponse.Builder |
ListRequestedServiceQuotaChangeHistoryResponse.Builder.requestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
|
ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder |
ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder.requestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<RequestedServiceQuotaChange> |
ListRequestedServiceQuotaChangeHistoryByQuotaIterable.requestedQuotas()
Returns an iterable to iterate through the paginated
ListRequestedServiceQuotaChangeHistoryByQuotaResponse.requestedQuotas() member. |
SdkPublisher<RequestedServiceQuotaChange> |
ListRequestedServiceQuotaChangeHistoryByQuotaPublisher.requestedQuotas()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<RequestedServiceQuotaChange> |
ListRequestedServiceQuotaChangeHistoryPublisher.requestedQuotas()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<RequestedServiceQuotaChange> |
ListRequestedServiceQuotaChangeHistoryIterable.requestedQuotas()
Returns an iterable to iterate through the paginated
ListRequestedServiceQuotaChangeHistoryResponse.requestedQuotas() member. |
Copyright © 2022. All rights reserved.