| 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 GetEventTypesResponse |
FraudDetectorClient.getEventTypes(Consumer<GetEventTypesRequest.Builder> getEventTypesRequest)
Gets all event types or a specific event type if name is provided.
|
default GetEventTypesResponse |
FraudDetectorClient.getEventTypes(GetEventTypesRequest getEventTypesRequest)
Gets all event types or a specific event type if name is provided.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEventTypesResponse> |
FraudDetectorAsyncClient.getEventTypes(Consumer<GetEventTypesRequest.Builder> getEventTypesRequest)
Gets all event types or a specific event type if name is provided.
|
default CompletableFuture<GetEventTypesResponse> |
FraudDetectorAsyncClient.getEventTypes(GetEventTypesRequest getEventTypesRequest)
Gets all event types or a specific event type if name is provided.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetEventTypesResponse> |
GetEventTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetEventTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetEventTypesResponse> subscriber) |
Copyright © 2023. All rights reserved.