Uses of Class
software.amazon.awssdk.services.lookoutvision.model.ListProjectsResponse
-
Packages that use ListProjectsResponse Package Description software.amazon.awssdk.services.lookoutvision This is the Amazon Lookout for Vision API Reference.software.amazon.awssdk.services.lookoutvision.paginators -
-
Uses of ListProjectsResponse in software.amazon.awssdk.services.lookoutvision
Methods in software.amazon.awssdk.services.lookoutvision that return ListProjectsResponse Modifier and Type Method Description default ListProjectsResponseLookoutVisionClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Lists the Amazon Lookout for Vision projects in your AWS account that are in the AWS Region in which you callListProjects.default ListProjectsResponseLookoutVisionClient. listProjects(ListProjectsRequest listProjectsRequest)Lists the Amazon Lookout for Vision projects in your AWS account that are in the AWS Region in which you callListProjects.Methods in software.amazon.awssdk.services.lookoutvision that return types with arguments of type ListProjectsResponse Modifier and Type Method Description default CompletableFuture<ListProjectsResponse>LookoutVisionAsyncClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Lists the Amazon Lookout for Vision projects in your AWS account that are in the AWS Region in which you callListProjects.default CompletableFuture<ListProjectsResponse>LookoutVisionAsyncClient. listProjects(ListProjectsRequest listProjectsRequest)Lists the Amazon Lookout for Vision projects in your AWS account that are in the AWS Region in which you callListProjects. -
Uses of ListProjectsResponse in software.amazon.awssdk.services.lookoutvision.paginators
Methods in software.amazon.awssdk.services.lookoutvision.paginators that return types with arguments of type ListProjectsResponse Modifier and Type Method Description Iterator<ListProjectsResponse>ListProjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.lookoutvision.paginators with type arguments of type ListProjectsResponse Modifier and Type Method Description voidListProjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber)
-