Uses of Class
software.amazon.awssdk.services.codeartifact.model.PackageGroupAssociationType
-
Packages that use PackageGroupAssociationType Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of PackageGroupAssociationType in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return PackageGroupAssociationType Modifier and Type Method Description PackageGroupAssociationTypeAssociatedPackage. associationType()Describes the strength of the association between the package and package group.PackageGroupAssociationTypeGetAssociatedPackageGroupResponse. associationType()Describes the strength of the association between the package and package group.static PackageGroupAssociationTypePackageGroupAssociationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PackageGroupAssociationTypePackageGroupAssociationType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageGroupAssociationType[]PackageGroupAssociationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type PackageGroupAssociationType Modifier and Type Method Description static Set<PackageGroupAssociationType>PackageGroupAssociationType. knownValues()Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type PackageGroupAssociationType Modifier and Type Method Description AssociatedPackage.BuilderAssociatedPackage.Builder. associationType(PackageGroupAssociationType associationType)Describes the strength of the association between the package and package group.GetAssociatedPackageGroupResponse.BuilderGetAssociatedPackageGroupResponse.Builder. associationType(PackageGroupAssociationType associationType)Describes the strength of the association between the package and package group.
-