Uses of Interface
software.amazon.awssdk.services.inspector2.model.Ec2ConfigurationState.Builder
-
Packages that use Ec2ConfigurationState.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Ec2ConfigurationState.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return Ec2ConfigurationState.Builder Modifier and Type Method Description static Ec2ConfigurationState.BuilderEc2ConfigurationState. builder()default Ec2ConfigurationState.BuilderEc2ConfigurationState.Builder. scanModeState(Consumer<Ec2ScanModeState.Builder> scanModeState)An object that contains details about the state of the Amazon EC2 scan mode.Ec2ConfigurationState.BuilderEc2ConfigurationState.Builder. scanModeState(Ec2ScanModeState scanModeState)An object that contains details about the state of the Amazon EC2 scan mode.Ec2ConfigurationState.BuilderEc2ConfigurationState. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Ec2ConfigurationState.Builder Modifier and Type Method Description static Class<? extends Ec2ConfigurationState.Builder>Ec2ConfigurationState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Ec2ConfigurationState.Builder Modifier and Type Method Description default GetConfigurationResponse.BuilderGetConfigurationResponse.Builder. ec2Configuration(Consumer<Ec2ConfigurationState.Builder> ec2Configuration)Specifies how the Amazon EC2 automated scan mode is currently configured for your environment.
-