| 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.
|
Future<GetVariablesResult> |
AmazonFraudDetectorAsyncClient.getVariablesAsync(GetVariablesRequest request) |
Future<GetVariablesResult> |
AbstractAmazonFraudDetectorAsync.getVariablesAsync(GetVariablesRequest request) |
Future<GetVariablesResult> |
AmazonFraudDetectorAsync.getVariablesAsync(GetVariablesRequest getVariablesRequest)
Gets all of the variables or the specific variable.
|
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 |
|---|---|
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 |
|---|---|
GetVariablesRequest |
GetVariablesRequest.clone() |
GetVariablesRequest |
GetVariablesRequest.withMaxResults(Integer maxResults)
The max size per page determined for the get variable request.
|
GetVariablesRequest |
GetVariablesRequest.withName(String name)
The name of the variable.
|
GetVariablesRequest |
GetVariablesRequest.withNextToken(String nextToken)
The next page token of the get variable request.
|
Copyright © 2020. All rights reserved.