Uses of Interface
software.amazon.awssdk.services.inspector2.model.EcrConfiguration.Builder
-
Packages that use EcrConfiguration.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of EcrConfiguration.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return EcrConfiguration.Builder Modifier and Type Method Description static EcrConfiguration.BuilderEcrConfiguration. builder()EcrConfiguration.BuilderEcrConfiguration.Builder. rescanDuration(String rescanDuration)The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector.EcrConfiguration.BuilderEcrConfiguration.Builder. rescanDuration(EcrRescanDuration rescanDuration)The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon Inspector.EcrConfiguration.BuilderEcrConfiguration. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type EcrConfiguration.Builder Modifier and Type Method Description static Class<? extends EcrConfiguration.Builder>EcrConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type EcrConfiguration.Builder Modifier and Type Method Description default UpdateConfigurationRequest.BuilderUpdateConfigurationRequest.Builder. ecrConfiguration(Consumer<EcrConfiguration.Builder> ecrConfiguration)Specifies how the ECR automated re-scan will be updated for your environment.
-