| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryCatalogData |
RepositoryCatalogData.clone() |
RepositoryCatalogData |
PutRepositoryCatalogDataResult.getCatalogData()
The catalog data for the repository.
|
RepositoryCatalogData |
GetRepositoryCatalogDataResult.getCatalogData()
The catalog metadata for the repository.
|
RepositoryCatalogData |
CreateRepositoryResult.getCatalogData() |
RepositoryCatalogData |
RepositoryCatalogData.withAboutText(String aboutText)
The longform description of the contents of the repository.
|
RepositoryCatalogData |
RepositoryCatalogData.withArchitectures(Collection<String> architectures)
The architecture tags that are associated with the repository.
|
RepositoryCatalogData |
RepositoryCatalogData.withArchitectures(String... architectures)
The architecture tags that are associated with the repository.
|
RepositoryCatalogData |
RepositoryCatalogData.withDescription(String description)
The short description of the repository.
|
RepositoryCatalogData |
RepositoryCatalogData.withLogoUrl(String logoUrl)
The URL containing the logo associated with the repository.
|
RepositoryCatalogData |
RepositoryCatalogData.withMarketplaceCertified(Boolean marketplaceCertified)
Whether or not the repository is certified by AWS Marketplace.
|
RepositoryCatalogData |
RepositoryCatalogData.withOperatingSystems(Collection<String> operatingSystems)
The operating system tags that are associated with the repository.
|
RepositoryCatalogData |
RepositoryCatalogData.withOperatingSystems(String... operatingSystems)
The operating system tags that are associated with the repository.
|
RepositoryCatalogData |
RepositoryCatalogData.withUsageText(String usageText)
The longform usage details of the contents of the repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutRepositoryCatalogDataResult.setCatalogData(RepositoryCatalogData catalogData)
The catalog data for the repository.
|
void |
GetRepositoryCatalogDataResult.setCatalogData(RepositoryCatalogData catalogData)
The catalog metadata for the repository.
|
void |
CreateRepositoryResult.setCatalogData(RepositoryCatalogData catalogData) |
PutRepositoryCatalogDataResult |
PutRepositoryCatalogDataResult.withCatalogData(RepositoryCatalogData catalogData)
The catalog data for the repository.
|
GetRepositoryCatalogDataResult |
GetRepositoryCatalogDataResult.withCatalogData(RepositoryCatalogData catalogData)
The catalog metadata for the repository.
|
CreateRepositoryResult |
CreateRepositoryResult.withCatalogData(RepositoryCatalogData catalogData) |
Copyright © 2022. All rights reserved.