| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
default GetVariablesResponse |
FraudDetectorClient.getVariables(Consumer<GetVariablesRequest.Builder> getVariablesRequest)
Gets all of the variables or the specific variable.
|
default CompletableFuture<GetVariablesResponse> |
FraudDetectorAsyncClient.getVariables(Consumer<GetVariablesRequest.Builder> getVariablesRequest)
Gets all of the variables or the specific variable.
|
default GetVariablesIterable |
FraudDetectorClient.getVariablesPaginator(Consumer<GetVariablesRequest.Builder> getVariablesRequest)
Gets all of the variables or the specific variable.
|
default GetVariablesPublisher |
FraudDetectorAsyncClient.getVariablesPaginator(Consumer<GetVariablesRequest.Builder> getVariablesRequest)
Gets all of the variables or the specific variable.
|
| Modifier and Type | Method and Description |
|---|---|
static GetVariablesRequest.Builder |
GetVariablesRequest.builder() |
GetVariablesRequest.Builder |
GetVariablesRequest.Builder.maxResults(Integer maxResults)
The max size per page determined for the get variable request.
|
GetVariablesRequest.Builder |
GetVariablesRequest.Builder.name(String name)
The name of the variable.
|
GetVariablesRequest.Builder |
GetVariablesRequest.Builder.nextToken(String nextToken)
The next page token of the get variable request.
|
GetVariablesRequest.Builder |
GetVariablesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetVariablesRequest.Builder |
GetVariablesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetVariablesRequest.Builder |
GetVariablesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetVariablesRequest.Builder> |
GetVariablesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.