static ListCollectionsResponse.Builder |
ListCollectionsResponse.builder() |
|
ListCollectionsResponse.Builder |
ListCollectionsResponse.Builder.collectionIds(String... collectionIds) |
An array of collection IDs.
|
ListCollectionsResponse.Builder |
ListCollectionsResponse.Builder.collectionIds(Collection<String> collectionIds) |
An array of collection IDs.
|
ListCollectionsResponse.Builder |
ListCollectionsResponse.Builder.faceModelVersions(String... faceModelVersions) |
Version numbers of the face detection models associated with the collections in the array
CollectionIds.
|
ListCollectionsResponse.Builder |
ListCollectionsResponse.Builder.faceModelVersions(Collection<String> faceModelVersions) |
Version numbers of the face detection models associated with the collections in the array
CollectionIds.
|
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() |
|