Uses of Class
software.amazon.awssdk.services.machinelearning.model.DeleteTagsRequest
-
Packages that use DeleteTagsRequest Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learningsoftware.amazon.awssdk.services.machinelearning.transform -
-
Uses of DeleteTagsRequest in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning with parameters of type DeleteTagsRequest Modifier and Type Method Description default CompletableFuture<DeleteTagsResponse>MachineLearningAsyncClient. deleteTags(DeleteTagsRequest deleteTagsRequest)Deletes the specified tags associated with an ML object.default DeleteTagsResponseMachineLearningClient. deleteTags(DeleteTagsRequest deleteTagsRequest)Deletes the specified tags associated with an ML object. -
Uses of DeleteTagsRequest in software.amazon.awssdk.services.machinelearning.transform
Methods in software.amazon.awssdk.services.machinelearning.transform with parameters of type DeleteTagsRequest Modifier and Type Method Description SdkHttpFullRequestDeleteTagsRequestMarshaller. marshall(DeleteTagsRequest deleteTagsRequest)
-