| 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 GetOutcomesResponse |
FraudDetectorClient.getOutcomes(Consumer<GetOutcomesRequest.Builder> getOutcomesRequest)
Gets one or more outcomes.
|
default GetOutcomesResponse |
FraudDetectorClient.getOutcomes(GetOutcomesRequest getOutcomesRequest)
Gets one or more outcomes.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetOutcomesResponse> |
FraudDetectorAsyncClient.getOutcomes(Consumer<GetOutcomesRequest.Builder> getOutcomesRequest)
Gets one or more outcomes.
|
default CompletableFuture<GetOutcomesResponse> |
FraudDetectorAsyncClient.getOutcomes(GetOutcomesRequest getOutcomesRequest)
Gets one or more outcomes.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetOutcomesResponse> |
GetOutcomesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetOutcomesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetOutcomesResponse> subscriber) |
Copyright © 2023. All rights reserved.