Uses of Class
software.amazon.awssdk.services.ecrpublic.model.RepositoryCatalogDataInput
-
Packages that use RepositoryCatalogDataInput Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of RepositoryCatalogDataInput in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return RepositoryCatalogDataInput Modifier and Type Method Description RepositoryCatalogDataInputCreateRepositoryRequest. catalogData()The details about the repository that are publicly visible in the Amazon ECR Public Gallery.RepositoryCatalogDataInputPutRepositoryCatalogDataRequest. catalogData()An object containing the catalog data for a repository.Methods in software.amazon.awssdk.services.ecrpublic.model with parameters of type RepositoryCatalogDataInput Modifier and Type Method Description CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. catalogData(RepositoryCatalogDataInput catalogData)The details about the repository that are publicly visible in the Amazon ECR Public Gallery.PutRepositoryCatalogDataRequest.BuilderPutRepositoryCatalogDataRequest.Builder. catalogData(RepositoryCatalogDataInput catalogData)An object containing the catalog data for a repository.
-