| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow |
|
| com.amazonaws.services.simpleworkflow.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceOutput |
AbstractAmazonSimpleWorkflow.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceOutput |
AmazonSimpleWorkflowClient.listTagsForResource(ListTagsForResourceRequest request)
List tags for a given domain.
|
ListTagsForResourceOutput |
AmazonSimpleWorkflow.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List tags for a given domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceOutput> |
AmazonSimpleWorkflowAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceOutput> asyncHandler) |
Future<ListTagsForResourceOutput> |
AbstractAmazonSimpleWorkflowAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceOutput> asyncHandler) |
Future<ListTagsForResourceOutput> |
AmazonSimpleWorkflowAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceOutput> asyncHandler)
List tags for a given domain.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceOutput |
ListTagsForResourceOutput.clone() |
ListTagsForResourceOutput |
ListTagsForResourceOutput.withTags(Collection<ResourceTag> tags)
An array of tags associated with the domain.
|
ListTagsForResourceOutput |
ListTagsForResourceOutput.withTags(ResourceTag... tags)
An array of tags associated with the domain.
|
Copyright © 2023. All rights reserved.