| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy |
|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AmazonCodeDeploy.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN).
|
ListTagsForResourceResult |
AmazonCodeDeployClient.listTagsForResource(ListTagsForResourceRequest request)
Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN).
|
ListTagsForResourceResult |
AbstractAmazonCodeDeploy.listTagsForResource(ListTagsForResourceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAmazonCodeDeployAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonCodeDeployAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN).
|
Future<ListTagsForResourceResult> |
AmazonCodeDeployAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withNextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of tags returned by
ListTagsForResource. |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of tags returned by
ListTagsForResource. |
Copyright © 2020. All rights reserved.