Uses of Class
software.amazon.awssdk.services.ssm.model.ExecutionPreview
Packages that use ExecutionPreview
-
Uses of ExecutionPreview in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ExecutionPreviewModifier and TypeMethodDescriptionfinal 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 ExecutionPreviewModifier and TypeMethodDescriptionGetExecutionPreviewResponse.Builder.executionPreview(ExecutionPreview executionPreview) Sets the value of the ExecutionPreview property for this object.