Uses of Class
software.amazon.awssdk.services.frauddetector.model.DeleteListResponse
-
Packages that use DeleteListResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of DeleteListResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return DeleteListResponse Modifier and Type Method Description default DeleteListResponseFraudDetectorClient. deleteList(Consumer<DeleteListRequest.Builder> deleteListRequest)Deletes the list, provided it is not used in a rule.default DeleteListResponseFraudDetectorClient. deleteList(DeleteListRequest deleteListRequest)Deletes the list, provided it is not used in a rule.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type DeleteListResponse Modifier and Type Method Description default CompletableFuture<DeleteListResponse>FraudDetectorAsyncClient. deleteList(Consumer<DeleteListRequest.Builder> deleteListRequest)Deletes the list, provided it is not used in a rule.default CompletableFuture<DeleteListResponse>FraudDetectorAsyncClient. deleteList(DeleteListRequest deleteListRequest)Deletes the list, provided it is not used in a rule.
-