Uses of Interface
software.amazon.awssdk.services.inspector2.model.EcrConfigurationState.Builder
-
Packages that use EcrConfigurationState.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of EcrConfigurationState.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return EcrConfigurationState.Builder Modifier and Type Method Description static EcrConfigurationState.BuilderEcrConfigurationState. builder()default EcrConfigurationState.BuilderEcrConfigurationState.Builder. rescanDurationState(Consumer<EcrRescanDurationState.Builder> rescanDurationState)An object that contains details about the state of the ECR automated re-scan setting.EcrConfigurationState.BuilderEcrConfigurationState.Builder. rescanDurationState(EcrRescanDurationState rescanDurationState)An object that contains details about the state of the ECR automated re-scan setting.EcrConfigurationState.BuilderEcrConfigurationState. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type EcrConfigurationState.Builder Modifier and Type Method Description static Class<? extends EcrConfigurationState.Builder>EcrConfigurationState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type EcrConfigurationState.Builder Modifier and Type Method Description default GetConfigurationResponse.BuilderGetConfigurationResponse.Builder. ecrConfiguration(Consumer<EcrConfigurationState.Builder> ecrConfiguration)Specifies how the ECR automated re-scan duration is currently configured for your environment.
-