Uses of Class
software.amazon.awssdk.services.frauddetector.model.GetEntityTypesRequest
-
Packages that use GetEntityTypesRequest Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.paginators software.amazon.awssdk.services.frauddetector.transform -
-
Uses of GetEntityTypesRequest in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector with parameters of type GetEntityTypesRequest Modifier and Type Method Description default CompletableFuture<GetEntityTypesResponse>FraudDetectorAsyncClient. getEntityTypes(GetEntityTypesRequest 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.default GetEntityTypesPublisherFraudDetectorAsyncClient. getEntityTypesPaginator(GetEntityTypesRequest getEntityTypesRequest)Gets all entity types or a specific entity type if a name is specified.default GetEntityTypesIterableFraudDetectorClient. getEntityTypesPaginator(GetEntityTypesRequest getEntityTypesRequest)Gets all entity types or a specific entity type if a name is specified. -
Uses of GetEntityTypesRequest in software.amazon.awssdk.services.frauddetector.paginators
Constructors in software.amazon.awssdk.services.frauddetector.paginators with parameters of type GetEntityTypesRequest Constructor Description GetEntityTypesIterable(FraudDetectorClient client, GetEntityTypesRequest firstRequest)GetEntityTypesPublisher(FraudDetectorAsyncClient client, GetEntityTypesRequest firstRequest) -
Uses of GetEntityTypesRequest in software.amazon.awssdk.services.frauddetector.transform
Methods in software.amazon.awssdk.services.frauddetector.transform with parameters of type GetEntityTypesRequest Modifier and Type Method Description SdkHttpFullRequestGetEntityTypesRequestMarshaller. marshall(GetEntityTypesRequest getEntityTypesRequest)
-