| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeProjectsResponse.Builder |
DescribeProjectsResponse.builder() |
DescribeProjectsResponse.Builder |
DescribeProjectsResponse.Builder.nextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition
Custom Labels returns a pagination token in the response.
|
DescribeProjectsResponse.Builder |
DescribeProjectsResponse.Builder.projectDescriptions(Collection<ProjectDescription> projectDescriptions)
A list of project descriptions.
|
DescribeProjectsResponse.Builder |
DescribeProjectsResponse.Builder.projectDescriptions(Consumer<ProjectDescription.Builder>... projectDescriptions)
A list of project descriptions.
|
DescribeProjectsResponse.Builder |
DescribeProjectsResponse.Builder.projectDescriptions(ProjectDescription... projectDescriptions)
A list of project descriptions.
|
DescribeProjectsResponse.Builder |
DescribeProjectsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeProjectsResponse.Builder> |
DescribeProjectsResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.