Uses of Interface
software.amazon.awssdk.services.frauddetector.model.GetVariablesRequest.Builder
-
Packages that use GetVariablesRequest.Builder Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.model -
-
Uses of GetVariablesRequest.Builder in software.amazon.awssdk.services.frauddetector
Method parameters in software.amazon.awssdk.services.frauddetector with type arguments of type GetVariablesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetVariablesResponse>FraudDetectorAsyncClient. getVariables(Consumer<GetVariablesRequest.Builder> getVariablesRequest)Gets all of the variables or the specific variable.default GetVariablesResponseFraudDetectorClient. getVariables(Consumer<GetVariablesRequest.Builder> getVariablesRequest)Gets all of the variables or the specific variable.default GetVariablesPublisherFraudDetectorAsyncClient. getVariablesPaginator(Consumer<GetVariablesRequest.Builder> getVariablesRequest)Gets all of the variables or the specific variable.default GetVariablesIterableFraudDetectorClient. getVariablesPaginator(Consumer<GetVariablesRequest.Builder> getVariablesRequest)Gets all of the variables or the specific variable. -
Uses of GetVariablesRequest.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return GetVariablesRequest.Builder Modifier and Type Method Description static GetVariablesRequest.BuilderGetVariablesRequest. builder()GetVariablesRequest.BuilderGetVariablesRequest.Builder. maxResults(Integer maxResults)The max size per page determined for the get variable request.GetVariablesRequest.BuilderGetVariablesRequest.Builder. name(String name)The name of the variable.GetVariablesRequest.BuilderGetVariablesRequest.Builder. nextToken(String nextToken)The next page token of the get variable request.GetVariablesRequest.BuilderGetVariablesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetVariablesRequest.BuilderGetVariablesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetVariablesRequest.BuilderGetVariablesRequest. toBuilder()Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type GetVariablesRequest.Builder Modifier and Type Method Description static Class<? extends GetVariablesRequest.Builder>GetVariablesRequest. serializableBuilderClass()
-