Uses of Class
software.amazon.awssdk.services.machinelearning.model.InvalidTagException
-
Packages that use InvalidTagException Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of InvalidTagException in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that throw InvalidTagException Modifier and Type Method Description default AddTagsResponseMachineLearningClient. addTags(Consumer<AddTagsRequest.Builder> addTagsRequest)Adds one or more tags to an object, up to a limit of 10.default AddTagsResponseMachineLearningClient. addTags(AddTagsRequest addTagsRequest)Adds one or more tags to an object, up to a limit of 10.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.
-