Uses of Class
software.amazon.awssdk.services.ssm.model.ExecutionPreview
-
Packages that use ExecutionPreview Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ExecutionPreview in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ExecutionPreview Modifier and Type Method Description ExecutionPreviewGetExecutionPreviewResponse. executionPreview()Returns the value of the ExecutionPreview property for this object.static ExecutionPreviewExecutionPreview. fromAutomation(Consumer<AutomationExecutionPreview.Builder> automation)Create an instance of this class withautomation()initialized to the given value.static ExecutionPreviewExecutionPreview. fromAutomation(AutomationExecutionPreview automation)Create an instance of this class withautomation()initialized to the given value.Methods in software.amazon.awssdk.services.ssm.model with parameters of type ExecutionPreview Modifier and Type Method Description GetExecutionPreviewResponse.BuilderGetExecutionPreviewResponse.Builder. executionPreview(ExecutionPreview executionPreview)Sets the value of the ExecutionPreview property for this object.
-