| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow |
|
| com.amazonaws.services.simpleworkflow.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonSimpleWorkflowClient.tagResource(TagResourceRequest request)
Add a tag to a Amazon SWF domain.
|
void |
AmazonSimpleWorkflow.tagResource(TagResourceRequest tagResourceRequest)
Add a tag to a Amazon SWF domain.
|
void |
AbstractAmazonSimpleWorkflow.tagResource(TagResourceRequest request) |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.tagResourceAsync(TagResourceRequest request) |
Future<Void> |
AmazonSimpleWorkflowAsync.tagResourceAsync(TagResourceRequest tagResourceRequest)
Add a tag to a Amazon SWF domain.
|
Future<Void> |
AbstractAmazonSimpleWorkflowAsync.tagResourceAsync(TagResourceRequest request) |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,Void> asyncHandler) |
Future<Void> |
AmazonSimpleWorkflowAsync.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,Void> asyncHandler)
Add a tag to a Amazon SWF domain.
|
Future<Void> |
AbstractAmazonSimpleWorkflowAsync.tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonSimpleWorkflowAsyncClient.tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,Void> asyncHandler) |
Future<Void> |
AmazonSimpleWorkflowAsync.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,Void> asyncHandler)
Add a tag to a Amazon SWF domain.
|
Future<Void> |
AbstractAmazonSimpleWorkflowAsync.tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.clone() |
TagResourceRequest |
TagResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the Amazon SWF domain.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<ResourceTag> tags)
The list of tags to add to a domain.
|
TagResourceRequest |
TagResourceRequest.withTags(ResourceTag... tags)
The list of tags to add to a domain.
|
Copyright © 2022. All rights reserved.