Uses of Interface
software.amazon.awssdk.services.config.model.ExecutionControls.Builder
-
Packages that use ExecutionControls.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of ExecutionControls.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ExecutionControls.Builder Modifier and Type Method Description static ExecutionControls.BuilderExecutionControls. builder()default ExecutionControls.BuilderExecutionControls.Builder. ssmControls(Consumer<SsmControls.Builder> ssmControls)A SsmControls object.ExecutionControls.BuilderExecutionControls.Builder. ssmControls(SsmControls ssmControls)A SsmControls object.ExecutionControls.BuilderExecutionControls. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ExecutionControls.Builder Modifier and Type Method Description static Class<? extends ExecutionControls.Builder>ExecutionControls. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ExecutionControls.Builder Modifier and Type Method Description default RemediationConfiguration.BuilderRemediationConfiguration.Builder. executionControls(Consumer<ExecutionControls.Builder> executionControls)An ExecutionControls object.
-