Uses of Class
software.amazon.awssdk.services.machinelearning.model.AddTagsRequest
-
Packages that use AddTagsRequest Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learningsoftware.amazon.awssdk.services.machinelearning.transform -
-
Uses of AddTagsRequest in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning with parameters of type AddTagsRequest Modifier and Type Method Description default CompletableFuture<AddTagsResponse>MachineLearningAsyncClient. addTags(AddTagsRequest 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. -
Uses of AddTagsRequest in software.amazon.awssdk.services.machinelearning.transform
Methods in software.amazon.awssdk.services.machinelearning.transform with parameters of type AddTagsRequest Modifier and Type Method Description SdkHttpFullRequestAddTagsRequestMarshaller. marshall(AddTagsRequest addTagsRequest)
-