| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| software.amazon.awssdk.services.frauddetector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetEntityTypesResponse |
FraudDetectorClient.getEntityTypes(Consumer<GetEntityTypesRequest.Builder> getEntityTypesRequest)
Gets all entity types or a specific entity type if a name is specified.
|
default GetEntityTypesResponse |
FraudDetectorClient.getEntityTypes(GetEntityTypesRequest getEntityTypesRequest)
Gets all entity types or a specific entity type if a name is specified.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetEntityTypesResponse> |
GetEntityTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetEntityTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetEntityTypesResponse> subscriber) |
Copyright © 2022. All rights reserved.