Uses of Interface
software.amazon.awssdk.services.lookoutvision.model.ListProjectsRequest.Builder
-
Packages that use ListProjectsRequest.Builder Package Description software.amazon.awssdk.services.lookoutvision This is the Amazon Lookout for Vision API Reference.software.amazon.awssdk.services.lookoutvision.model -
-
Uses of ListProjectsRequest.Builder in software.amazon.awssdk.services.lookoutvision
Method parameters in software.amazon.awssdk.services.lookoutvision with type arguments of type ListProjectsRequest.Builder 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 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 ListProjectsPublisherLookoutVisionAsyncClient. listProjectsPaginator(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 ListProjectsIterableLookoutVisionClient. listProjectsPaginator(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. -
Uses of ListProjectsRequest.Builder in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return ListProjectsRequest.Builder Modifier and Type Method Description static ListProjectsRequest.BuilderListProjectsRequest. builder()ListProjectsRequest.BuilderListProjectsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per paginated call.ListProjectsRequest.BuilderListProjectsRequest.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.BuilderListProjectsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProjectsRequest.BuilderListProjectsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProjectsRequest.BuilderListProjectsRequest. toBuilder()Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type ListProjectsRequest.Builder Modifier and Type Method Description static Class<? extends ListProjectsRequest.Builder>ListProjectsRequest. serializableBuilderClass()
-