| 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 ListCollectionsResponse |
RekognitionClient.listCollections()
Returns list of collection IDs in your account.
|
default ListCollectionsResponse |
RekognitionClient.listCollections(Consumer<ListCollectionsRequest.Builder> listCollectionsRequest)
Returns list of collection IDs in your account.
|
default ListCollectionsResponse |
RekognitionClient.listCollections(ListCollectionsRequest listCollectionsRequest)
Returns list of collection IDs in your account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCollectionsResponse> |
RekognitionAsyncClient.listCollections()
Returns list of collection IDs in your account.
|
default CompletableFuture<ListCollectionsResponse> |
RekognitionAsyncClient.listCollections(Consumer<ListCollectionsRequest.Builder> listCollectionsRequest)
Returns list of collection IDs in your account.
|
default CompletableFuture<ListCollectionsResponse> |
RekognitionAsyncClient.listCollections(ListCollectionsRequest listCollectionsRequest)
Returns list of collection IDs in your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCollectionsResponse> |
ListCollectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCollectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCollectionsResponse> subscriber) |
Copyright © 2020. All rights reserved.