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 DeleteTagsResult
AbstractAmazonWorkspaces. deleteTags(DeleteTagsRequest request)
DeleteTagsResult
AmazonWorkspaces. deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes tags from a WorkSpace.DeleteTagsResult
AmazonWorkspacesClient. 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 DeleteTagsRequest
DeleteTagsRequest. clone()
DeleteTagsRequest
DeleteTagsRequest. withResourceId(String resourceId)
The resource ID of the request.DeleteTagsRequest
DeleteTagsRequest. withTagKeys(String... tagKeys)
The tag keys of the request.DeleteTagsRequest
DeleteTagsRequest. withTagKeys(Collection<String> tagKeys)
The tag keys of the request.
-