Uses of Interface
software.amazon.awssdk.services.lookoutvision.model.DescribeProjectResponse.Builder
-
Packages that use DescribeProjectResponse.Builder Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of DescribeProjectResponse.Builder in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return DescribeProjectResponse.Builder Modifier and Type Method Description static DescribeProjectResponse.BuilderDescribeProjectResponse. builder()default DescribeProjectResponse.BuilderDescribeProjectResponse.Builder. projectDescription(Consumer<ProjectDescription.Builder> projectDescription)The description of the project.DescribeProjectResponse.BuilderDescribeProjectResponse.Builder. projectDescription(ProjectDescription projectDescription)The description of the project.DescribeProjectResponse.BuilderDescribeProjectResponse. toBuilder()Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type DescribeProjectResponse.Builder Modifier and Type Method Description static Class<? extends DescribeProjectResponse.Builder>DescribeProjectResponse. serializableBuilderClass()
-