Uses of Class
com.amazonaws.services.workspaces.model.DeleteTagsRequest
Packages that use DeleteTagsRequest
-
Uses of DeleteTagsRequest in com.amazonaws.services.workspaces
Methods in com.amazonaws.services.workspaces with parameters of type DeleteTagsRequestModifier and TypeMethodDescriptionAbstractAmazonWorkspaces.deleteTags(DeleteTagsRequest request) AmazonWorkspaces.deleteTags(DeleteTagsRequest deleteTagsRequest) Deletes tags from a WorkSpace.AmazonWorkspacesClient.deleteTags(DeleteTagsRequest deleteTagsRequest) Deletes tags from a WorkSpace.AbstractAmazonWorkspacesAsync.deleteTagsAsync(DeleteTagsRequest request) AbstractAmazonWorkspacesAsync.deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) AmazonWorkspacesAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest) Deletes tags from a WorkSpace.AmazonWorkspacesAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Deletes tags from a WorkSpace.AmazonWorkspacesAsyncClient.deleteTagsAsync(DeleteTagsRequest request) AmazonWorkspacesAsyncClient.deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Method parameters in com.amazonaws.services.workspaces with type arguments of type DeleteTagsRequestModifier and TypeMethodDescriptionAbstractAmazonWorkspacesAsync.deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) AmazonWorkspacesAsync.deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) Deletes tags from a WorkSpace.AmazonWorkspacesAsyncClient.deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest, DeleteTagsResult> asyncHandler) -
Uses of DeleteTagsRequest in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return DeleteTagsRequestModifier and TypeMethodDescriptionDeleteTagsRequest.clone()DeleteTagsRequest.withResourceId(String resourceId) The resource ID of the request.DeleteTagsRequest.withTagKeys(String... tagKeys) The tag keys of the request.DeleteTagsRequest.withTagKeys(Collection<String> tagKeys) The tag keys of the request.