Uses of Enum Class
software.amazon.awscdk.services.codepipeline.actions.RegistryType
Packages that use RegistryType
-
Uses of RegistryType in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return RegistryTypeModifier and TypeMethodDescriptiondefault RegistryTypeEcrBuildAndPublishActionProps.getRegistryType()Specifies whether the repository is public or private.final RegistryTypeEcrBuildAndPublishActionProps.Jsii$Proxy.getRegistryType()static RegistryTypeReturns the enum constant of this class with the specified name.static RegistryType[]RegistryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type RegistryTypeModifier and TypeMethodDescriptionEcrBuildAndPublishAction.Builder.registryType(RegistryType registryType) Specifies whether the repository is public or private.EcrBuildAndPublishActionProps.Builder.registryType(RegistryType registryType) Sets the value ofEcrBuildAndPublishActionProps.getRegistryType()