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