| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.paginators | |
| software.amazon.awssdk.services.frauddetector.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default DescribeModelVersionsIterable |
FraudDetectorClient.describeModelVersionsPaginator(DescribeModelVersionsRequest describeModelVersionsRequest)
Gets all of the model versions for the specified model type or for the specified model type and model ID.
|
default DescribeModelVersionsPublisher |
FraudDetectorAsyncClient.describeModelVersionsPaginator(DescribeModelVersionsRequest describeModelVersionsRequest)
Gets all of the model versions for the specified model type or for the specified model type and model ID.
|
| Constructor and Description |
|---|
DescribeModelVersionsIterable(FraudDetectorClient client,
DescribeModelVersionsRequest firstRequest) |
DescribeModelVersionsPublisher(FraudDetectorAsyncClient client,
DescribeModelVersionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeModelVersionsRequestMarshaller.marshall(DescribeModelVersionsRequest describeModelVersionsRequest) |
Copyright © 2021. All rights reserved.