| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision |
This is the Amazon Lookout for Vision API Reference.
|
| software.amazon.awssdk.services.lookoutvision.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListProjectsResponse |
LookoutVisionClient.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 call
ListProjects. |
default ListProjectsResponse |
LookoutVisionClient.listProjects(ListProjectsRequest listProjectsRequest)
Lists the Amazon Lookout for Vision projects in your AWS account that are in the AWS Region in which you call
ListProjects. |
| Modifier and Type | Method and 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 call
ListProjects. |
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 call
ListProjects. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProjectsResponse> |
ListProjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber) |
Copyright © 2022. All rights reserved.