Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetVariablesResponse
-
Packages that use GetVariablesResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.paginators -
-
Uses of GetVariablesResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetVariablesResponse Modifier and Type Method Description default GetVariablesResponseFraudDetectorClient. getVariables(Consumer<GetVariablesRequest.Builder> getVariablesRequest)Gets all of the variables or the specific variable.default GetVariablesResponseFraudDetectorClient. getVariables(GetVariablesRequest getVariablesRequest)Gets all of the variables or the specific variable.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type GetVariablesResponse Modifier and Type Method Description default CompletableFuture<GetVariablesResponse>FraudDetectorAsyncClient. getVariables(Consumer<GetVariablesRequest.Builder> getVariablesRequest)Gets all of the variables or the specific variable.default CompletableFuture<GetVariablesResponse>FraudDetectorAsyncClient. getVariables(GetVariablesRequest getVariablesRequest)Gets all of the variables or the specific variable. -
Uses of GetVariablesResponse in software.amazon.awssdk.services.frauddetector.paginators
Methods in software.amazon.awssdk.services.frauddetector.paginators that return types with arguments of type GetVariablesResponse Modifier and Type Method Description Iterator<GetVariablesResponse>GetVariablesIterable. iterator()Method parameters in software.amazon.awssdk.services.frauddetector.paginators with type arguments of type GetVariablesResponse Modifier and Type Method Description voidGetVariablesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetVariablesResponse> subscriber)
-