| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCollectionResponse.Builder |
DescribeCollectionResponse.builder() |
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.Builder.collectionARN(String collectionARN)
The Amazon Resource Name (ARN) of the collection.
|
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.Builder.creationTimestamp(Instant creationTimestamp)
The number of milliseconds since the Unix epoch time until the creation of the collection.
|
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.Builder.faceCount(Long faceCount)
The number of faces that are indexed into the collection.
|
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.Builder.faceModelVersion(String faceModelVersion)
The version of the face model that's used by the collection for face detection.
|
DescribeCollectionResponse.Builder |
DescribeCollectionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeCollectionResponse.Builder> |
DescribeCollectionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.