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