Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.EcrRepositoryConfiguration.Builder
-
Packages that use EcrRepositoryConfiguration.Builder Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of EcrRepositoryConfiguration.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return EcrRepositoryConfiguration.Builder Modifier and Type Method Description static EcrRepositoryConfiguration.BuilderEcrRepositoryConfiguration. builder()EcrRepositoryConfiguration.BuilderEcrRepositoryConfiguration.Builder. repositoryPolicy(String repositoryPolicy)The JSON repository policy text to apply to the Amazon ECR repository.EcrRepositoryConfiguration.BuilderEcrRepositoryConfiguration. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type EcrRepositoryConfiguration.Builder Modifier and Type Method Description static Class<? extends EcrRepositoryConfiguration.Builder>EcrRepositoryConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type EcrRepositoryConfiguration.Builder Modifier and Type Method Description default Configuration.BuilderConfiguration.Builder. ecrRepository(Consumer<EcrRepositoryConfiguration.Builder> ecrRepository)The access control configuration is for an Amazon ECR repository.static ConfigurationConfiguration. fromEcrRepository(Consumer<EcrRepositoryConfiguration.Builder> ecrRepository)Create an instance of this class withConfiguration.ecrRepository()initialized to the given value.
-