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