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 CreateTagsResultAbstractAmazonWorkspaces. createTags(CreateTagsRequest request)CreateTagsResultAmazonWorkspaces. createTags(CreateTagsRequest createTagsRequest)Creates tags for a WorkSpace.CreateTagsResultAmazonWorkspacesClient. 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 CreateTagsRequestCreateTagsRequest. clone()CreateTagsRequestCreateTagsRequest. withResourceId(String resourceId)The resource ID of the request.CreateTagsRequestCreateTagsRequest. withTags(Tag... tags)The tags of the request.CreateTagsRequestCreateTagsRequest. withTags(Collection<Tag> tags)The tags of the request.
-