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