Uses of Class
com.amazonaws.services.workspaces.model.CreateTagsRequest
-
Packages that use CreateTagsRequest Package Description com.amazonaws.services.workspaces com.amazonaws.services.workspaces.model -
-
Uses of CreateTagsRequest in com.amazonaws.services.workspaces
Methods in com.amazonaws.services.workspaces with parameters of type CreateTagsRequest Modifier and Type Method Description CreateTagsResult
AbstractAmazonWorkspaces. createTags(CreateTagsRequest request)
CreateTagsResult
AmazonWorkspaces. createTags(CreateTagsRequest createTagsRequest)
Creates tags for a WorkSpace.CreateTagsResult
AmazonWorkspacesClient. createTags(CreateTagsRequest createTagsRequest)
Creates tags for a WorkSpace.Future<CreateTagsResult>
AbstractAmazonWorkspacesAsync. createTagsAsync(CreateTagsRequest request)
Future<CreateTagsResult>
AbstractAmazonWorkspacesAsync. createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Future<CreateTagsResult>
AmazonWorkspacesAsync. createTagsAsync(CreateTagsRequest createTagsRequest)
Creates tags for a WorkSpace.Future<CreateTagsResult>
AmazonWorkspacesAsync. createTagsAsync(CreateTagsRequest createTagsRequest, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Creates tags for a WorkSpace.Future<CreateTagsResult>
AmazonWorkspacesAsyncClient. createTagsAsync(CreateTagsRequest request)
Future<CreateTagsResult>
AmazonWorkspacesAsyncClient. createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
Method parameters in com.amazonaws.services.workspaces with type arguments of type CreateTagsRequest Modifier and Type Method Description Future<CreateTagsResult>
AbstractAmazonWorkspacesAsync. createTagsAsync(CreateTagsRequest request, AsyncHandler<CreateTagsRequest,CreateTagsResult> asyncHandler)
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)
-
Uses of CreateTagsRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return CreateTagsRequest Modifier and Type Method Description CreateTagsRequest
CreateTagsRequest. clone()
CreateTagsRequest
CreateTagsRequest. withResourceId(String resourceId)
The resource ID of the request.CreateTagsRequest
CreateTagsRequest. withTags(Tag... tags)
The tags of the request.CreateTagsRequest
CreateTagsRequest. withTags(Collection<Tag> tags)
The tags of the request.
-