Uses of Class
software.amazon.awssdk.services.frauddetector.model.UpdateListResponse
-
Packages that use UpdateListResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of UpdateListResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return UpdateListResponse Modifier and Type Method Description default UpdateListResponseFraudDetectorClient. updateList(Consumer<UpdateListRequest.Builder> updateListRequest)Updates a list.default UpdateListResponseFraudDetectorClient. updateList(UpdateListRequest updateListRequest)Updates a list.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type UpdateListResponse Modifier and Type Method Description default CompletableFuture<UpdateListResponse>FraudDetectorAsyncClient. updateList(Consumer<UpdateListRequest.Builder> updateListRequest)Updates a list.default CompletableFuture<UpdateListResponse>FraudDetectorAsyncClient. updateList(UpdateListRequest updateListRequest)Updates a list.
-