| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetEntityTypesResponse |
FraudDetectorClient.getEntityTypes(GetEntityTypesRequest 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.
|
default GetEntityTypesIterable |
FraudDetectorClient.getEntityTypesPaginator(GetEntityTypesRequest getEntityTypesRequest)
Gets all entity types or a specific entity type if a name is specified.
|
default GetEntityTypesPublisher |
FraudDetectorAsyncClient.getEntityTypesPaginator(GetEntityTypesRequest getEntityTypesRequest)
Gets all entity types or a specific entity type if a name is specified.
|
| Constructor and Description |
|---|
GetEntityTypesIterable(FraudDetectorClient client,
GetEntityTypesRequest firstRequest) |
GetEntityTypesPublisher(FraudDetectorAsyncClient client,
GetEntityTypesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetEntityTypesRequestMarshaller.marshall(GetEntityTypesRequest getEntityTypesRequest) |
Copyright © 2023. All rights reserved.