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