| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static ListCollectionsResponse.Builder |
ListCollectionsResponse.builder() |
ListCollectionsResponse.Builder |
ListCollectionsResponse.Builder.collectionIds(Collection<String> collectionIds)
An array of collection IDs.
|
ListCollectionsResponse.Builder |
ListCollectionsResponse.Builder.collectionIds(String... collectionIds)
An array of collection IDs.
|
ListCollectionsResponse.Builder |
ListCollectionsResponse.Builder.faceModelVersions(Collection<String> faceModelVersions)
Latest face models being used with the corresponding collections in the array.
|
ListCollectionsResponse.Builder |
ListCollectionsResponse.Builder.faceModelVersions(String... faceModelVersions)
Latest face models being used with the corresponding collections in the array.
|
ListCollectionsResponse.Builder |
ListCollectionsResponse.Builder.nextToken(String nextToken)
If the result is truncated, the response provides a
NextToken that you can use in the subsequent
request to fetch the next set of collection IDs. |
ListCollectionsResponse.Builder |
ListCollectionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCollectionsResponse.Builder> |
ListCollectionsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.