| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
PackageGroupDescription |
PackageGroupDescription.clone() |
PackageGroupDescription |
UpdatePackageGroupOriginConfigurationResult.getPackageGroup()
The package group and information about it after processing the request.
|
PackageGroupDescription |
UpdatePackageGroupResult.getPackageGroup()
The package group and information about it after the request has been processed.
|
PackageGroupDescription |
GetAssociatedPackageGroupResult.getPackageGroup()
The package group that is associated with the requested package.
|
PackageGroupDescription |
DescribePackageGroupResult.getPackageGroup()
A
PackageGroupDescription object that contains information about the requested package group.
|
PackageGroupDescription |
DeletePackageGroupResult.getPackageGroup()
Information about the deleted package group after processing the request.
|
PackageGroupDescription |
CreatePackageGroupResult.getPackageGroup()
Information about the created package group after processing the request.
|
PackageGroupDescription |
PackageGroupDescription.withArn(String arn)
The ARN of the package group.
|
PackageGroupDescription |
PackageGroupDescription.withContactInfo(String contactInfo)
The contact information of the package group.
|
PackageGroupDescription |
PackageGroupDescription.withCreatedTime(Date createdTime)
A timestamp that represents the date and time the package group was created.
|
PackageGroupDescription |
PackageGroupDescription.withDescription(String description)
The description of the package group.
|
PackageGroupDescription |
PackageGroupDescription.withDomainName(String domainName)
The name of the domain that contains the package group.
|
PackageGroupDescription |
PackageGroupDescription.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
PackageGroupDescription |
PackageGroupDescription.withOriginConfiguration(PackageGroupOriginConfiguration originConfiguration)
The package group origin configuration that determines how package versions can enter repositories.
|
PackageGroupDescription |
PackageGroupDescription.withParent(PackageGroupReference parent)
The direct parent package group of the package group.
|
PackageGroupDescription |
PackageGroupDescription.withPattern(String pattern)
The pattern of the package group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePackageGroupOriginConfigurationResult.setPackageGroup(PackageGroupDescription packageGroup)
The package group and information about it after processing the request.
|
void |
UpdatePackageGroupResult.setPackageGroup(PackageGroupDescription packageGroup)
The package group and information about it after the request has been processed.
|
void |
GetAssociatedPackageGroupResult.setPackageGroup(PackageGroupDescription packageGroup)
The package group that is associated with the requested package.
|
void |
DescribePackageGroupResult.setPackageGroup(PackageGroupDescription packageGroup)
A
PackageGroupDescription object that contains information about the requested package group.
|
void |
DeletePackageGroupResult.setPackageGroup(PackageGroupDescription packageGroup)
Information about the deleted package group after processing the request.
|
void |
CreatePackageGroupResult.setPackageGroup(PackageGroupDescription packageGroup)
Information about the created package group after processing the request.
|
UpdatePackageGroupOriginConfigurationResult |
UpdatePackageGroupOriginConfigurationResult.withPackageGroup(PackageGroupDescription packageGroup)
The package group and information about it after processing the request.
|
UpdatePackageGroupResult |
UpdatePackageGroupResult.withPackageGroup(PackageGroupDescription packageGroup)
The package group and information about it after the request has been processed.
|
GetAssociatedPackageGroupResult |
GetAssociatedPackageGroupResult.withPackageGroup(PackageGroupDescription packageGroup)
The package group that is associated with the requested package.
|
DescribePackageGroupResult |
DescribePackageGroupResult.withPackageGroup(PackageGroupDescription packageGroup)
A
PackageGroupDescription object that contains information about the requested package group.
|
DeletePackageGroupResult |
DeletePackageGroupResult.withPackageGroup(PackageGroupDescription packageGroup)
Information about the deleted package group after processing the request.
|
CreatePackageGroupResult |
CreatePackageGroupResult.withPackageGroup(PackageGroupDescription packageGroup)
Information about the created package group after processing the request.
|
Copyright © 2024. All rights reserved.