Uses of Class
com.amazonaws.services.workspaces.model.DeleteTagsResult
-
Packages that use DeleteTagsResult Package Description com.amazonaws.services.workspaces com.amazonaws.services.workspaces.model -
-
Uses of DeleteTagsResult in com.amazonaws.services.workspaces
Methods in com.amazonaws.services.workspaces that return DeleteTagsResult 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.Methods in com.amazonaws.services.workspaces that return types with arguments of type DeleteTagsResult Modifier and Type Method Description 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 DeleteTagsResult 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 DeleteTagsResult in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return DeleteTagsResult Modifier and Type Method Description DeleteTagsResultDeleteTagsResult. clone()
-