Uses of Interface
software.amazon.awssdk.services.ecrpublic.EcrPublicClient
-
Packages that use EcrPublicClient Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public software.amazon.awssdk.services.ecrpublic.paginators -
-
Uses of EcrPublicClient in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic that return EcrPublicClient Modifier and Type Method Description static EcrPublicClientEcrPublicClient. create()Create aEcrPublicClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of EcrPublicClient in software.amazon.awssdk.services.ecrpublic.paginators
Constructors in software.amazon.awssdk.services.ecrpublic.paginators with parameters of type EcrPublicClient Constructor Description DescribeImagesIterable(EcrPublicClient client, DescribeImagesRequest firstRequest)DescribeImageTagsIterable(EcrPublicClient client, DescribeImageTagsRequest firstRequest)DescribeRegistriesIterable(EcrPublicClient client, DescribeRegistriesRequest firstRequest)DescribeRepositoriesIterable(EcrPublicClient client, DescribeRepositoriesRequest firstRequest)
-