| 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 GetVariablesResponse |
FraudDetectorClient.getVariables(Consumer<GetVariablesRequest.Builder> getVariablesRequest)
Gets all of the variables or the specific variable.
|
default GetVariablesResponse |
FraudDetectorClient.getVariables(GetVariablesRequest getVariablesRequest)
Gets all of the variables or the specific variable.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetVariablesResponse> |
FraudDetectorAsyncClient.getVariables(Consumer<GetVariablesRequest.Builder> getVariablesRequest)
Gets all of the variables or the specific variable.
|
default CompletableFuture<GetVariablesResponse> |
FraudDetectorAsyncClient.getVariables(GetVariablesRequest getVariablesRequest)
Gets all of the variables or the specific variable.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetVariablesResponse> |
GetVariablesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetVariablesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetVariablesResponse> subscriber) |
Copyright © 2022. All rights reserved.