| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryCatalogDataInput |
RepositoryCatalogDataInput.clone() |
RepositoryCatalogDataInput |
PutRepositoryCatalogDataRequest.getCatalogData()
An object containing the catalog data for a repository.
|
RepositoryCatalogDataInput |
CreateRepositoryRequest.getCatalogData()
The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
|
RepositoryCatalogDataInput |
RepositoryCatalogDataInput.withAboutText(String aboutText)
A detailed description of the contents of the repository.
|
RepositoryCatalogDataInput |
RepositoryCatalogDataInput.withArchitectures(Collection<String> architectures)
The system architecture that the images in the repository are compatible with.
|
RepositoryCatalogDataInput |
RepositoryCatalogDataInput.withArchitectures(String... architectures)
The system architecture that the images in the repository are compatible with.
|
RepositoryCatalogDataInput |
RepositoryCatalogDataInput.withDescription(String description)
A short description of the contents of the repository.
|
RepositoryCatalogDataInput |
RepositoryCatalogDataInput.withLogoImageBlob(ByteBuffer logoImageBlob)
The base64-encoded repository logo payload.
|
RepositoryCatalogDataInput |
RepositoryCatalogDataInput.withOperatingSystems(Collection<String> operatingSystems)
The operating systems that the images in the repository are compatible with.
|
RepositoryCatalogDataInput |
RepositoryCatalogDataInput.withOperatingSystems(String... operatingSystems)
The operating systems that the images in the repository are compatible with.
|
RepositoryCatalogDataInput |
RepositoryCatalogDataInput.withUsageText(String usageText)
Detailed information about how to use the contents of the repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutRepositoryCatalogDataRequest.setCatalogData(RepositoryCatalogDataInput catalogData)
An object containing the catalog data for a repository.
|
void |
CreateRepositoryRequest.setCatalogData(RepositoryCatalogDataInput catalogData)
The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
|
PutRepositoryCatalogDataRequest |
PutRepositoryCatalogDataRequest.withCatalogData(RepositoryCatalogDataInput catalogData)
An object containing the catalog data for a repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withCatalogData(RepositoryCatalogDataInput catalogData)
The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
|
Copyright © 2023. All rights reserved.