| 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 GetVariablesResponse |
FraudDetectorClient.getVariables(GetVariablesRequest 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.
|
default GetVariablesIterable |
FraudDetectorClient.getVariablesPaginator(GetVariablesRequest getVariablesRequest)
Gets all of the variables or the specific variable.
|
default GetVariablesPublisher |
FraudDetectorAsyncClient.getVariablesPaginator(GetVariablesRequest getVariablesRequest)
Gets all of the variables or the specific variable.
|
| Constructor and Description |
|---|
GetVariablesIterable(FraudDetectorClient client,
GetVariablesRequest firstRequest) |
GetVariablesPublisher(FraudDetectorAsyncClient client,
GetVariablesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetVariablesRequestMarshaller.marshall(GetVariablesRequest getVariablesRequest) |
Copyright © 2021. All rights reserved.