Uses of Class
software.amazon.awssdk.services.workspaces.model.DeleteTagsResponse
-
Packages that use DeleteTagsResponse Package Description software.amazon.awssdk.services.workspaces Amazon WorkSpaces Service -
-
Uses of DeleteTagsResponse in software.amazon.awssdk.services.workspaces
Methods in software.amazon.awssdk.services.workspaces that return DeleteTagsResponse Modifier and Type Method Description default DeleteTagsResponseWorkSpacesClient. deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)Deletes the specified tags from the specified WorkSpaces resource.default DeleteTagsResponseWorkSpacesClient. deleteTags(DeleteTagsRequest deleteTagsRequest)Deletes the specified tags from the specified WorkSpaces resource.Methods in software.amazon.awssdk.services.workspaces that return types with arguments of type DeleteTagsResponse Modifier and Type Method Description default CompletableFuture<DeleteTagsResponse>WorkSpacesAsyncClient. deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)Deletes the specified tags from the specified WorkSpaces resource.default CompletableFuture<DeleteTagsResponse>WorkSpacesAsyncClient. deleteTags(DeleteTagsRequest deleteTagsRequest)Deletes the specified tags from the specified WorkSpaces resource.
-