| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
static PackageFormat |
PackageFormat.fromValue(String value)
Use this in place of valueOf.
|
static PackageFormat |
PackageFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackageFormat[] |
PackageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PackageVersionDescription |
PackageVersionDescription.withFormat(PackageFormat format)
The format of the package version.
|
ListPackageVersionAssetsRequest |
ListPackageVersionAssetsRequest.withFormat(PackageFormat format)
The format of the package that contains the returned package version assets.
|
ListPackageVersionsRequest |
ListPackageVersionsRequest.withFormat(PackageFormat format)
The format of the returned packages.
|
PackageSummary |
PackageSummary.withFormat(PackageFormat format)
The format of the package.
|
DisposePackageVersionsRequest |
DisposePackageVersionsRequest.withFormat(PackageFormat format)
A format that specifies the type of package versions you want to dispose.
|
ListPackageVersionDependenciesRequest |
ListPackageVersionDependenciesRequest.withFormat(PackageFormat format)
The format of the package with the requested dependencies.
|
CopyPackageVersionsRequest |
CopyPackageVersionsRequest.withFormat(PackageFormat format)
The format of the package that is copied.
|
UpdatePackageVersionsStatusRequest |
UpdatePackageVersionsStatusRequest.withFormat(PackageFormat format)
A format that specifies the type of the package with the statuses to update.
|
GetPackageVersionReadmeRequest |
GetPackageVersionReadmeRequest.withFormat(PackageFormat format)
A format that specifies the type of the package version with the requested readme file.
|
DescribePackageVersionRequest |
DescribePackageVersionRequest.withFormat(PackageFormat format)
A format that specifies the type of the requested package version.
|
ListPackageVersionDependenciesResult |
ListPackageVersionDependenciesResult.withFormat(PackageFormat format)
A format that specifies the type of the package that contains the returned dependencies.
|
ListPackagesRequest |
ListPackagesRequest.withFormat(PackageFormat format)
The format of the packages.
|
GetRepositoryEndpointRequest |
GetRepositoryEndpointRequest.withFormat(PackageFormat format)
Returns which endpoint of a repository to return.
|
ListPackageVersionAssetsResult |
ListPackageVersionAssetsResult.withFormat(PackageFormat format)
The format of the package that contains the returned package version assets.
|
DeletePackageVersionsRequest |
DeletePackageVersionsRequest.withFormat(PackageFormat format)
The format of the package versions to delete.
|
ListPackageVersionsResult |
ListPackageVersionsResult.withFormat(PackageFormat format)
A format of the package.
|
GetPackageVersionReadmeResult |
GetPackageVersionReadmeResult.withFormat(PackageFormat format)
The format of the package with the requested readme file.
|
GetPackageVersionAssetRequest |
GetPackageVersionAssetRequest.withFormat(PackageFormat format)
A format that specifies the type of the package version with the requested asset file.
|
RepositoryExternalConnectionInfo |
RepositoryExternalConnectionInfo.withPackageFormat(PackageFormat packageFormat)
The package format associated with a repository's external connection.
|
Copyright © 2020. All rights reserved.