| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeModelVersionsResponse |
FraudDetectorClient.describeModelVersions(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 DescribeModelVersionsResponse |
FraudDetectorClient.describeModelVersions(DescribeModelVersionsRequest describeModelVersionsRequest)
Gets all of the model versions for the specified model type or for the specified model type and model ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeModelVersionsResponse> |
FraudDetectorAsyncClient.describeModelVersions(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 CompletableFuture<DescribeModelVersionsResponse> |
FraudDetectorAsyncClient.describeModelVersions(DescribeModelVersionsRequest describeModelVersionsRequest)
Gets all of the model versions for the specified model type or for the specified model type and model ID.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeModelVersionsResponse> |
DescribeModelVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeModelVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeModelVersionsResponse> subscriber) |
Copyright © 2021. All rights reserved.