Uses of Interface
software.amazon.awssdk.services.codeartifact.model.DescribePackageResponse.Builder
-
Packages that use DescribePackageResponse.Builder Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of DescribePackageResponse.Builder in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return DescribePackageResponse.Builder Modifier and Type Method Description static DescribePackageResponse.BuilderDescribePackageResponse. builder()default DescribePackageResponse.BuilderDescribePackageResponse.Builder. packageValue(Consumer<PackageDescription.Builder> packageValue)A PackageDescription object that contains information about the requested package.DescribePackageResponse.BuilderDescribePackageResponse.Builder. packageValue(PackageDescription packageValue)A PackageDescription object that contains information about the requested package.DescribePackageResponse.BuilderDescribePackageResponse. toBuilder()Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type DescribePackageResponse.Builder Modifier and Type Method Description static Class<? extends DescribePackageResponse.Builder>DescribePackageResponse. serializableBuilderClass()
-