Package | Description |
---|---|
com.amazonaws.services.workspaces | |
com.amazonaws.services.workspaces.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateTagsResult> |
AmazonWorkspacesAsync.createTagsAsync(CreateTagsRequest createTagsRequest,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Creates tags for a WorkSpace.
|
Future<CreateTagsResult> |
AmazonWorkspacesAsyncClient.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
Future<CreateTagsResult> |
AbstractAmazonWorkspacesAsync.createTagsAsync(CreateTagsRequest request,
AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateTagsRequest |
CreateTagsRequest.clone() |
CreateTagsRequest |
CreateTagsRequest.withResourceId(String resourceId)
The resource ID of the request.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Collection<Tag> tags)
The tags of the request.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Tag... tags)
The tags of the request.
|
Copyright © 2018. All rights reserved.