| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model | |
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectDescription> |
DescribeProjectsResponse.projectDescriptions()
A list of project descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectsResponse.Builder |
DescribeProjectsResponse.Builder.projectDescriptions(ProjectDescription... projectDescriptions)
A list of project descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectsResponse.Builder |
DescribeProjectsResponse.Builder.projectDescriptions(Collection<ProjectDescription> projectDescriptions)
A list of project descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ProjectDescription> |
DescribeProjectsPublisher.projectDescriptions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ProjectDescription> |
DescribeProjectsIterable.projectDescriptions()
Returns an iterable to iterate through the paginated
DescribeProjectsResponse.projectDescriptions()
member. |
Copyright © 2023. All rights reserved.