| 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 GetLabelsResponse |
FraudDetectorClient.getLabels(Consumer<GetLabelsRequest.Builder> getLabelsRequest)
Gets all labels or a specific label if name is provided.
|
default GetLabelsResponse |
FraudDetectorClient.getLabels(GetLabelsRequest getLabelsRequest)
Gets all labels or a specific label if name is provided.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetLabelsResponse> |
FraudDetectorAsyncClient.getLabels(Consumer<GetLabelsRequest.Builder> getLabelsRequest)
Gets all labels or a specific label if name is provided.
|
default CompletableFuture<GetLabelsResponse> |
FraudDetectorAsyncClient.getLabels(GetLabelsRequest getLabelsRequest)
Gets all labels or a specific label if name is provided.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetLabelsResponse> |
GetLabelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLabelsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetLabelsResponse> subscriber) |
Copyright © 2022. All rights reserved.