| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectResult |
AbstractAmazonRekognition.createProject(CreateProjectRequest request) |
CreateProjectResult |
AmazonRekognition.createProject(CreateProjectRequest createProjectRequest)
Creates a new Amazon Rekognition Custom Labels project.
|
CreateProjectResult |
AmazonRekognitionClient.createProject(CreateProjectRequest request)
Creates a new Amazon Rekognition Custom Labels project.
|
Future<CreateProjectResult> |
AmazonRekognitionAsync.createProjectAsync(CreateProjectRequest createProjectRequest)
Creates a new Amazon Rekognition Custom Labels project.
|
Future<CreateProjectResult> |
AbstractAmazonRekognitionAsync.createProjectAsync(CreateProjectRequest request) |
Future<CreateProjectResult> |
AmazonRekognitionAsyncClient.createProjectAsync(CreateProjectRequest request) |
Future<CreateProjectResult> |
AmazonRekognitionAsync.createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates a new Amazon Rekognition Custom Labels project.
|
Future<CreateProjectResult> |
AbstractAmazonRekognitionAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AmazonRekognitionAsyncClient.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProjectResult> |
AmazonRekognitionAsync.createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates a new Amazon Rekognition Custom Labels project.
|
Future<CreateProjectResult> |
AbstractAmazonRekognitionAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AmazonRekognitionAsyncClient.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest |
CreateProjectRequest.clone() |
CreateProjectRequest |
CreateProjectRequest.withProjectName(String projectName)
The name of the project to create.
|
Copyright © 2021. All rights reserved.