Uses of Class
software.amazon.awssdk.services.machinelearning.model.DescribeTagsRequest
-
Packages that use DescribeTagsRequest Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learningsoftware.amazon.awssdk.services.machinelearning.transform -
-
Uses of DescribeTagsRequest in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning with parameters of type DescribeTagsRequest Modifier and Type Method Description default CompletableFuture<DescribeTagsResponse>MachineLearningAsyncClient. describeTags(DescribeTagsRequest describeTagsRequest)Describes one or more of the tags for your Amazon ML object.default DescribeTagsResponseMachineLearningClient. describeTags(DescribeTagsRequest describeTagsRequest)Describes one or more of the tags for your Amazon ML object. -
Uses of DescribeTagsRequest in software.amazon.awssdk.services.machinelearning.transform
Methods in software.amazon.awssdk.services.machinelearning.transform with parameters of type DescribeTagsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeTagsRequestMarshaller. marshall(DescribeTagsRequest describeTagsRequest)
-