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