Uses of Interface
software.amazon.awssdk.services.rekognition.model.DescribeProjectsRequest.Builder
-
Packages that use DescribeProjectsRequest.Builder 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.model -
-
Uses of DescribeProjectsRequest.Builder in software.amazon.awssdk.services.rekognition
Method parameters in software.amazon.awssdk.services.rekognition with type arguments of type DescribeProjectsRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeProjectsResponse>RekognitionAsyncClient. describeProjects(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)Gets information about your Rekognition projects.default DescribeProjectsResponseRekognitionClient. describeProjects(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)Gets information about your Rekognition projects.default DescribeProjectsPublisherRekognitionAsyncClient. describeProjectsPaginator(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)Gets information about your Rekognition projects.default DescribeProjectsIterableRekognitionClient. describeProjectsPaginator(Consumer<DescribeProjectsRequest.Builder> describeProjectsRequest)Gets information about your Rekognition projects. -
Uses of DescribeProjectsRequest.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DescribeProjectsRequest.Builder Modifier and Type Method Description static DescribeProjectsRequest.BuilderDescribeProjectsRequest. builder()DescribeProjectsRequest.BuilderDescribeProjectsRequest.Builder. features(Collection<CustomizationFeature> features)Specifies the type of customization to filter projects by.DescribeProjectsRequest.BuilderDescribeProjectsRequest.Builder. features(CustomizationFeature... features)Specifies the type of customization to filter projects by.DescribeProjectsRequest.BuilderDescribeProjectsRequest.Builder. featuresWithStrings(String... features)Specifies the type of customization to filter projects by.DescribeProjectsRequest.BuilderDescribeProjectsRequest.Builder. featuresWithStrings(Collection<String> features)Specifies the type of customization to filter projects by.DescribeProjectsRequest.BuilderDescribeProjectsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per paginated call.DescribeProjectsRequest.BuilderDescribeProjectsRequest.Builder. nextToken(String nextToken)If the previous response was incomplete (because there is more results to retrieve), Rekognition returns a pagination token in the response.DescribeProjectsRequest.BuilderDescribeProjectsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeProjectsRequest.BuilderDescribeProjectsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeProjectsRequest.BuilderDescribeProjectsRequest.Builder. projectNames(String... projectNames)A list of the projects that you want Rekognition to describe.DescribeProjectsRequest.BuilderDescribeProjectsRequest.Builder. projectNames(Collection<String> projectNames)A list of the projects that you want Rekognition to describe.DescribeProjectsRequest.BuilderDescribeProjectsRequest. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type DescribeProjectsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeProjectsRequest.Builder>DescribeProjectsRequest. serializableBuilderClass()
-