Uses of Interface
software.amazon.awssdk.services.ssm.model.GetExecutionPreviewRequest.Builder
Packages that use GetExecutionPreviewRequest.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 GetExecutionPreviewRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetExecutionPreviewRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.getExecutionPreview(Consumer<GetExecutionPreviewRequest.Builder> getExecutionPreviewRequest) Initiates the process of retrieving an existing preview that shows the effects that running a specified Automation runbook would have on the targeted resources.default GetExecutionPreviewResponseSsmClient.getExecutionPreview(Consumer<GetExecutionPreviewRequest.Builder> getExecutionPreviewRequest) Initiates the process of retrieving an existing preview that shows the effects that running a specified Automation runbook would have on the targeted resources. -
Uses of GetExecutionPreviewRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetExecutionPreviewRequest.BuilderModifier and TypeMethodDescriptionGetExecutionPreviewRequest.builder()GetExecutionPreviewRequest.Builder.executionPreviewId(String executionPreviewId) The ID of the existing execution preview.GetExecutionPreviewRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetExecutionPreviewRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetExecutionPreviewRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetExecutionPreviewRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetExecutionPreviewRequest.Builder>GetExecutionPreviewRequest.serializableBuilderClass()