Uses of Class
software.amazon.awssdk.services.rekognition.model.DescribeProjectsResponse
-
Packages that use DescribeProjectsResponse Package Description software.amazon.awssdk.services.rekognition This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video.software.amazon.awssdk.services.rekognition.paginators -
-
Uses of DescribeProjectsResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return DescribeProjectsResponse Modifier and Type Method Description default DescribeProjectsResponseRekognitionClient. describeProjects(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)Gets information about your Rekognition projects.default DescribeProjectsResponseRekognitionClient. describeProjects(DescribeProjectsRequest describeProjectsRequest)Gets information about your Rekognition projects.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type DescribeProjectsResponse Modifier and Type Method Description default CompletableFuture<DescribeProjectsResponse>RekognitionAsyncClient. describeProjects(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)Gets information about your Rekognition projects.default CompletableFuture<DescribeProjectsResponse>RekognitionAsyncClient. describeProjects(DescribeProjectsRequest describeProjectsRequest)Gets information about your Rekognition projects. -
Uses of DescribeProjectsResponse in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type DescribeProjectsResponse Modifier and Type Method Description Iterator<DescribeProjectsResponse>DescribeProjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.rekognition.paginators with type arguments of type DescribeProjectsResponse Modifier and Type Method Description voidDescribeProjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeProjectsResponse> subscriber)
-