Uses of Interface
software.amazon.awssdk.services.ecr.EcrBaseClientBuilder
-
Packages that use EcrBaseClientBuilder Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of EcrBaseClientBuilder in software.amazon.awssdk.services.ecr
Classes in software.amazon.awssdk.services.ecr with type parameters of type EcrBaseClientBuilder Modifier and Type Interface Description interfaceEcrBaseClientBuilder<B extends EcrBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon ECR that is supported by bothEcrClientBuilderandEcrAsyncClientBuilder.Subinterfaces of EcrBaseClientBuilder in software.amazon.awssdk.services.ecr Modifier and Type Interface Description interfaceEcrAsyncClientBuilderA builder for creating an instance ofEcrAsyncClient.interfaceEcrClientBuilderA builder for creating an instance ofEcrClient.
-