Uses of Class
software.amazon.awssdk.services.frauddetector.model.PutEntityTypeResponse
-
Packages that use PutEntityTypeResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of PutEntityTypeResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return PutEntityTypeResponse Modifier and Type Method Description default PutEntityTypeResponseFraudDetectorClient. putEntityType(Consumer<PutEntityTypeRequest.Builder> putEntityTypeRequest)Creates or updates an entity type.default PutEntityTypeResponseFraudDetectorClient. putEntityType(PutEntityTypeRequest putEntityTypeRequest)Creates or updates an entity type.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type PutEntityTypeResponse Modifier and Type Method Description default CompletableFuture<PutEntityTypeResponse>FraudDetectorAsyncClient. putEntityType(Consumer<PutEntityTypeRequest.Builder> putEntityTypeRequest)Creates or updates an entity type.default CompletableFuture<PutEntityTypeResponse>FraudDetectorAsyncClient. putEntityType(PutEntityTypeRequest putEntityTypeRequest)Creates or updates an entity type.
-