Uses of Class
software.amazon.awssdk.services.ecrpublic.model.GetRepositoryCatalogDataResponse
-
Packages that use GetRepositoryCatalogDataResponse Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public -
-
Uses of GetRepositoryCatalogDataResponse in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic that return GetRepositoryCatalogDataResponse Modifier and Type Method Description default GetRepositoryCatalogDataResponseEcrPublicClient. getRepositoryCatalogData(Consumer<GetRepositoryCatalogDataRequest.Builder> getRepositoryCatalogDataRequest)Retrieve catalog metadata for a repository in a public registry.default GetRepositoryCatalogDataResponseEcrPublicClient. getRepositoryCatalogData(GetRepositoryCatalogDataRequest getRepositoryCatalogDataRequest)Retrieve catalog metadata for a repository in a public registry.Methods in software.amazon.awssdk.services.ecrpublic that return types with arguments of type GetRepositoryCatalogDataResponse Modifier and Type Method Description default CompletableFuture<GetRepositoryCatalogDataResponse>EcrPublicAsyncClient. getRepositoryCatalogData(Consumer<GetRepositoryCatalogDataRequest.Builder> getRepositoryCatalogDataRequest)Retrieve catalog metadata for a repository in a public registry.default CompletableFuture<GetRepositoryCatalogDataResponse>EcrPublicAsyncClient. getRepositoryCatalogData(GetRepositoryCatalogDataRequest getRepositoryCatalogDataRequest)Retrieve catalog metadata for a repository in a public registry.
-