| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
GetVariablesResult |
AmazonFraudDetectorClient.getVariables(GetVariablesRequest request)
Gets all of the variables or the specific variable.
|
GetVariablesResult |
AbstractAmazonFraudDetector.getVariables(GetVariablesRequest request) |
GetVariablesResult |
AmazonFraudDetector.getVariables(GetVariablesRequest getVariablesRequest)
Gets all of the variables or the specific variable.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetVariablesResult> |
AmazonFraudDetectorAsyncClient.getVariablesAsync(GetVariablesRequest request,
AsyncHandler<GetVariablesRequest,GetVariablesResult> asyncHandler) |
Future<GetVariablesResult> |
AbstractAmazonFraudDetectorAsync.getVariablesAsync(GetVariablesRequest request,
AsyncHandler<GetVariablesRequest,GetVariablesResult> asyncHandler) |
Future<GetVariablesResult> |
AmazonFraudDetectorAsync.getVariablesAsync(GetVariablesRequest getVariablesRequest,
AsyncHandler<GetVariablesRequest,GetVariablesResult> asyncHandler)
Gets all of the variables or the specific variable.
|
| Modifier and Type | Method and Description |
|---|---|
GetVariablesResult |
GetVariablesResult.clone() |
GetVariablesResult |
GetVariablesResult.withNextToken(String nextToken)
The next page token to be used in subsequent requests.
|
GetVariablesResult |
GetVariablesResult.withVariables(Collection<Variable> variables)
The names of the variables returned.
|
GetVariablesResult |
GetVariablesResult.withVariables(Variable... variables)
The names of the variables returned.
|
Copyright © 2020. All rights reserved.