| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision |
This is the Amazon Lookout for Vision API Reference.
|
| software.amazon.awssdk.services.lookoutvision.model |
| 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.
|
default CompletableFuture<ListProjectsResponse> |
LookoutVisionAsyncClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists the Amazon Lookout for Vision projects in your AWS account.
|
default ListProjectsIterable |
LookoutVisionClient.listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists the Amazon Lookout for Vision projects in your AWS account.
|
default ListProjectsPublisher |
LookoutVisionAsyncClient.listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Lists the Amazon Lookout for Vision projects in your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListProjectsRequest.Builder |
ListProjectsRequest.builder() |
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.nextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision
returns a pagination token in the response.
|
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProjectsRequest.Builder |
ListProjectsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProjectsRequest.Builder> |
ListProjectsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.