Uses of Interface
software.amazon.awssdk.services.ssm.model.StartExecutionPreviewRequest.Builder
Packages that use StartExecutionPreviewRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of StartExecutionPreviewRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type StartExecutionPreviewRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.startExecutionPreview(Consumer<StartExecutionPreviewRequest.Builder> startExecutionPreviewRequest) Initiates the process of creating a preview showing the effects that running a specified Automation runbook would have on the targeted resources.default StartExecutionPreviewResponseSsmClient.startExecutionPreview(Consumer<StartExecutionPreviewRequest.Builder> startExecutionPreviewRequest) Initiates the process of creating a preview showing the effects that running a specified Automation runbook would have on the targeted resources. -
Uses of StartExecutionPreviewRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return StartExecutionPreviewRequest.BuilderModifier and TypeMethodDescriptionStartExecutionPreviewRequest.builder()StartExecutionPreviewRequest.Builder.documentName(String documentName) The name of the Automation runbook to run.StartExecutionPreviewRequest.Builder.documentVersion(String documentVersion) The version of the Automation runbook to run.StartExecutionPreviewRequest.Builder.executionInputs(Consumer<ExecutionInputs.Builder> executionInputs) Information about the inputs that can be specified for the preview operation.StartExecutionPreviewRequest.Builder.executionInputs(ExecutionInputs executionInputs) Information about the inputs that can be specified for the preview operation.StartExecutionPreviewRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartExecutionPreviewRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartExecutionPreviewRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type StartExecutionPreviewRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartExecutionPreviewRequest.Builder>StartExecutionPreviewRequest.serializableBuilderClass()