| Package | Description |
|---|---|
| com.amazonaws.services.servicequotas |
With Service Quotas, you can view and manage your quotas easily as your AWS workloads grow.
|
| com.amazonaws.services.servicequotas.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AWSServiceQuotasClient.listTagsForResource(ListTagsForResourceRequest request)
Returns a list of the tags assigned to the specified applied quota.
|
ListTagsForResourceResult |
AbstractAWSServiceQuotas.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AWSServiceQuotas.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags assigned to the specified applied quota.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AWSServiceQuotasAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSServiceQuotasAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of the tags assigned to the specified applied quota.
|
Future<ListTagsForResourceResult> |
AbstractAWSServiceQuotasAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A complex data type that contains zero or more tag elements.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A complex data type that contains zero or more tag elements.
|
Copyright © 2023. All rights reserved.