| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the AWS Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAWSProtonAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSProtonAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
List tags for a resource.
|
Future<ListTagsForResourceResult> |
AWSProtonAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest |
ListTagsForResourceRequest.clone() |
ListTagsForResourceRequest |
ListTagsForResourceRequest.withMaxResults(Integer maxResults)
The maximum number of tags to list.
|
ListTagsForResourceRequest |
ListTagsForResourceRequest.withNextToken(String nextToken)
A token to indicate the location of the next resource tag in the array of resource tags, after the list of
resource tags that was previously requested.
|
ListTagsForResourceRequest |
ListTagsForResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource for the listed tags.
|
Copyright © 2021. All rights reserved.