| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDatasetLabelsResponse |
RekognitionClient.listDatasetLabels(Consumer<ListDatasetLabelsRequest.Builder> listDatasetLabelsRequest)
Lists the labels in a dataset.
|
default ListDatasetLabelsResponse |
RekognitionClient.listDatasetLabels(ListDatasetLabelsRequest listDatasetLabelsRequest)
Lists the labels in a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDatasetLabelsResponse> |
RekognitionAsyncClient.listDatasetLabels(Consumer<ListDatasetLabelsRequest.Builder> listDatasetLabelsRequest)
Lists the labels in a dataset.
|
default CompletableFuture<ListDatasetLabelsResponse> |
RekognitionAsyncClient.listDatasetLabels(ListDatasetLabelsRequest listDatasetLabelsRequest)
Lists the labels in a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDatasetLabelsResponse> |
ListDatasetLabelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatasetLabelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDatasetLabelsResponse> subscriber) |
Copyright © 2021. All rights reserved.