Uses of Class
com.amazonaws.services.workspaces.model.DeleteTagsRequest
-
Packages that use DeleteTagsRequest Package Description com.amazonaws.services.workspaces com.amazonaws.services.workspaces.model -
-
Uses of DeleteTagsRequest in com.amazonaws.services.workspaces
Methods in com.amazonaws.services.workspaces with parameters of type DeleteTagsRequest Modifier and Type Method Description DeleteTagsResultAbstractAmazonWorkspaces. deleteTags(DeleteTagsRequest request)DeleteTagsResultAmazonWorkspaces. deleteTags(DeleteTagsRequest deleteTagsRequest)Deletes tags from a WorkSpace.DeleteTagsResultAmazonWorkspacesClient. deleteTags(DeleteTagsRequest deleteTagsRequest)Deletes tags from a WorkSpace.Future<DeleteTagsResult>AbstractAmazonWorkspacesAsync. deleteTagsAsync(DeleteTagsRequest request)Future<DeleteTagsResult>AbstractAmazonWorkspacesAsync. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)Future<DeleteTagsResult>AmazonWorkspacesAsync. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest)Deletes tags from a WorkSpace.Future<DeleteTagsResult>AmazonWorkspacesAsync. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)Deletes tags from a WorkSpace.Future<DeleteTagsResult>AmazonWorkspacesAsyncClient. deleteTagsAsync(DeleteTagsRequest request)Future<DeleteTagsResult>AmazonWorkspacesAsyncClient. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)Method parameters in com.amazonaws.services.workspaces with type arguments of type DeleteTagsRequest Modifier and Type Method Description Future<DeleteTagsResult>AbstractAmazonWorkspacesAsync. deleteTagsAsync(DeleteTagsRequest request, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)Future<DeleteTagsResult>AmazonWorkspacesAsync. deleteTagsAsync(DeleteTagsRequest deleteTagsRequest, AsyncHandler<DeleteTagsRequest,DeleteTagsResult> asyncHandler)Deletes tags from a WorkSpace.Future<DeleteTagsResult>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 DeleteTagsRequest Modifier and Type Method Description DeleteTagsRequestDeleteTagsRequest. clone()DeleteTagsRequestDeleteTagsRequest. withResourceId(String resourceId)The resource ID of the request.DeleteTagsRequestDeleteTagsRequest. withTagKeys(String... tagKeys)The tag keys of the request.DeleteTagsRequestDeleteTagsRequest. withTagKeys(Collection<String> tagKeys)The tag keys of the request.
-