Uses of Class
software.amazon.awssdk.services.codeartifact.model.PackageGroupDescription
-
Packages that use PackageGroupDescription Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of PackageGroupDescription in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return PackageGroupDescription Modifier and Type Method Description PackageGroupDescriptionCreatePackageGroupResponse. packageGroup()Information about the created package group after processing the request.PackageGroupDescriptionDeletePackageGroupResponse. packageGroup()Information about the deleted package group after processing the request.PackageGroupDescriptionDescribePackageGroupResponse. packageGroup()A PackageGroupDescription object that contains information about the requested package group.PackageGroupDescriptionGetAssociatedPackageGroupResponse. packageGroup()The package group that is associated with the requested package.PackageGroupDescriptionUpdatePackageGroupOriginConfigurationResponse. packageGroup()The package group and information about it after processing the request.PackageGroupDescriptionUpdatePackageGroupResponse. packageGroup()The package group and information about it after the request has been processed.Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type PackageGroupDescription Modifier and Type Method Description CreatePackageGroupResponse.BuilderCreatePackageGroupResponse.Builder. packageGroup(PackageGroupDescription packageGroup)Information about the created package group after processing the request.DeletePackageGroupResponse.BuilderDeletePackageGroupResponse.Builder. packageGroup(PackageGroupDescription packageGroup)Information about the deleted package group after processing the request.DescribePackageGroupResponse.BuilderDescribePackageGroupResponse.Builder. packageGroup(PackageGroupDescription packageGroup)A PackageGroupDescription object that contains information about the requested package group.GetAssociatedPackageGroupResponse.BuilderGetAssociatedPackageGroupResponse.Builder. packageGroup(PackageGroupDescription packageGroup)The package group that is associated with the requested package.UpdatePackageGroupOriginConfigurationResponse.BuilderUpdatePackageGroupOriginConfigurationResponse.Builder. packageGroup(PackageGroupDescription packageGroup)The package group and information about it after processing the request.UpdatePackageGroupResponse.BuilderUpdatePackageGroupResponse.Builder. packageGroup(PackageGroupDescription packageGroup)The package group and information about it after the request has been processed.
-