Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetVariablesRequest
-
Packages that use GetVariablesRequest 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 -
-
Uses of GetVariablesRequest in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector with parameters of type GetVariablesRequest Modifier and Type Method Description default CompletableFuture<GetVariablesResponse>FraudDetectorAsyncClient. getVariables(GetVariablesRequest getVariablesRequest)Gets all of the variables or the specific variable.default GetVariablesResponseFraudDetectorClient. getVariables(GetVariablesRequest getVariablesRequest)Gets all of the variables or the specific variable.default GetVariablesPublisherFraudDetectorAsyncClient. getVariablesPaginator(GetVariablesRequest getVariablesRequest)This is a variant ofFraudDetectorAsyncClient.getVariables(software.amazon.awssdk.services.frauddetector.model.GetVariablesRequest)operation.default GetVariablesIterableFraudDetectorClient. getVariablesPaginator(GetVariablesRequest getVariablesRequest)This is a variant ofFraudDetectorClient.getVariables(software.amazon.awssdk.services.frauddetector.model.GetVariablesRequest)operation. -
Uses of GetVariablesRequest in software.amazon.awssdk.services.frauddetector.paginators
Constructors in software.amazon.awssdk.services.frauddetector.paginators with parameters of type GetVariablesRequest Constructor Description GetVariablesIterable(FraudDetectorClient client, GetVariablesRequest firstRequest)GetVariablesPublisher(FraudDetectorAsyncClient client, GetVariablesRequest firstRequest) -
Uses of GetVariablesRequest in software.amazon.awssdk.services.frauddetector.transform
Methods in software.amazon.awssdk.services.frauddetector.transform with parameters of type GetVariablesRequest Modifier and Type Method Description SdkHttpFullRequestGetVariablesRequestMarshaller. marshall(GetVariablesRequest getVariablesRequest)
-