Uses of Class
software.amazon.awssdk.services.rekognition.model.ProjectVersionDescription
-
Packages that use ProjectVersionDescription Package Description software.amazon.awssdk.services.rekognition.model software.amazon.awssdk.services.rekognition.paginators -
-
Uses of ProjectVersionDescription in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ProjectVersionDescription Modifier and Type Method Description List<ProjectVersionDescription>DescribeProjectVersionsResponse. projectVersionDescriptions()A list of project version descriptions.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ProjectVersionDescription Modifier and Type Method Description DescribeProjectVersionsResponse.BuilderDescribeProjectVersionsResponse.Builder. projectVersionDescriptions(ProjectVersionDescription... projectVersionDescriptions)A list of project version descriptions.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type ProjectVersionDescription Modifier and Type Method Description DescribeProjectVersionsResponse.BuilderDescribeProjectVersionsResponse.Builder. projectVersionDescriptions(Collection<ProjectVersionDescription> projectVersionDescriptions)A list of project version descriptions. -
Uses of ProjectVersionDescription in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type ProjectVersionDescription Modifier and Type Method Description SdkIterable<ProjectVersionDescription>DescribeProjectVersionsIterable. projectVersionDescriptions()Returns an iterable to iterate through the paginatedDescribeProjectVersionsResponse.projectVersionDescriptions()member.SdkPublisher<ProjectVersionDescription>DescribeProjectVersionsPublisher. projectVersionDescriptions()Returns a publisher that can be used to get a stream of data.
-