Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetEntityTypesResponse
-
Packages that use GetEntityTypesResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.paginators -
-
Uses of GetEntityTypesResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return GetEntityTypesResponse Modifier and Type Method Description default GetEntityTypesResponseFraudDetectorClient. getEntityTypes(Consumer<GetEntityTypesRequest.Builder> getEntityTypesRequest)Gets all entity types or a specific entity type if a name is specified.default GetEntityTypesResponseFraudDetectorClient. getEntityTypes(GetEntityTypesRequest getEntityTypesRequest)Gets all entity types or a specific entity type if a name is specified.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type GetEntityTypesResponse Modifier and Type Method Description default CompletableFuture<GetEntityTypesResponse>FraudDetectorAsyncClient. getEntityTypes(Consumer<GetEntityTypesRequest.Builder> getEntityTypesRequest)Gets all entity types or a specific entity type if a name is specified.default CompletableFuture<GetEntityTypesResponse>FraudDetectorAsyncClient. getEntityTypes(GetEntityTypesRequest getEntityTypesRequest)Gets all entity types or a specific entity type if a name is specified. -
Uses of GetEntityTypesResponse in software.amazon.awssdk.services.frauddetector.paginators
Methods in software.amazon.awssdk.services.frauddetector.paginators that return types with arguments of type GetEntityTypesResponse Modifier and Type Method Description Iterator<GetEntityTypesResponse>GetEntityTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.frauddetector.paginators with type arguments of type GetEntityTypesResponse Modifier and Type Method Description voidGetEntityTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetEntityTypesResponse> subscriber)
-