Uses of Interface
software.amazon.awssdk.services.rekognition.model.CreateCollectionResponse.Builder
-
Packages that use CreateCollectionResponse.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of CreateCollectionResponse.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return CreateCollectionResponse.Builder Modifier and Type Method Description static CreateCollectionResponse.BuilderCreateCollectionResponse. builder()CreateCollectionResponse.BuilderCreateCollectionResponse.Builder. collectionArn(String collectionArn)Amazon Resource Name (ARN) of the collection.CreateCollectionResponse.BuilderCreateCollectionResponse.Builder. faceModelVersion(String faceModelVersion)Version number of the face detection model associated with the collection you are creating.CreateCollectionResponse.BuilderCreateCollectionResponse.Builder. statusCode(Integer statusCode)HTTP status code indicating the result of the operation.CreateCollectionResponse.BuilderCreateCollectionResponse. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type CreateCollectionResponse.Builder Modifier and Type Method Description static Class<? extends CreateCollectionResponse.Builder>CreateCollectionResponse. serializableBuilderClass()
-