Uses of Class
software.amazon.awssdk.services.rekognition.model.ProjectDescription
-
Packages that use ProjectDescription Package Description software.amazon.awssdk.services.rekognition.model software.amazon.awssdk.services.rekognition.paginators -
-
Uses of ProjectDescription in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ProjectDescription Modifier and Type Method Description List<ProjectDescription>DescribeProjectsResponse. projectDescriptions()A list of project descriptions.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ProjectDescription Modifier and Type Method Description DescribeProjectsResponse.BuilderDescribeProjectsResponse.Builder. projectDescriptions(ProjectDescription... projectDescriptions)A list of project descriptions.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type ProjectDescription Modifier and Type Method Description DescribeProjectsResponse.BuilderDescribeProjectsResponse.Builder. projectDescriptions(Collection<ProjectDescription> projectDescriptions)A list of project descriptions. -
Uses of ProjectDescription in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type ProjectDescription Modifier and Type Method Description SdkIterable<ProjectDescription>DescribeProjectsIterable. projectDescriptions()Returns an iterable to iterate through the paginatedDescribeProjectsResponse.projectDescriptions()member.SdkPublisher<ProjectDescription>DescribeProjectsPublisher. projectDescriptions()Returns a publisher that can be used to get a stream of data.
-