Uses of Class
software.amazon.awssdk.services.frauddetector.paginators.DescribeModelVersionsPublisher
-
Packages that use DescribeModelVersionsPublisher Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of DescribeModelVersionsPublisher in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return DescribeModelVersionsPublisher Modifier and Type Method Description default DescribeModelVersionsPublisherFraudDetectorAsyncClient. describeModelVersionsPaginator(Consumer<DescribeModelVersionsRequest.Builder> describeModelVersionsRequest)Gets all of the model versions for the specified model type or for the specified model type and model ID.default DescribeModelVersionsPublisherFraudDetectorAsyncClient. describeModelVersionsPaginator(DescribeModelVersionsRequest describeModelVersionsRequest)Gets all of the model versions for the specified model type or for the specified model type and model ID.
-