Uses of Interface
software.amazon.awssdk.services.ssm.model.GetAutomationExecutionRequest.Builder
-
Packages that use GetAutomationExecutionRequest.Builder Package Description software.amazon.awssdk.services.ssm 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.software.amazon.awssdk.services.ssm.model -
-
Uses of GetAutomationExecutionRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetAutomationExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAutomationExecutionResponse>SsmAsyncClient. getAutomationExecution(Consumer<GetAutomationExecutionRequest.Builder> getAutomationExecutionRequest)Get detailed information about a particular Automation execution.default GetAutomationExecutionResponseSsmClient. getAutomationExecution(Consumer<GetAutomationExecutionRequest.Builder> getAutomationExecutionRequest)Get detailed information about a particular Automation execution. -
Uses of GetAutomationExecutionRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetAutomationExecutionRequest.Builder Modifier and Type Method Description GetAutomationExecutionRequest.BuilderGetAutomationExecutionRequest.Builder. automationExecutionId(String automationExecutionId)The unique identifier for an existing automation execution to examine.static GetAutomationExecutionRequest.BuilderGetAutomationExecutionRequest. builder()GetAutomationExecutionRequest.BuilderGetAutomationExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAutomationExecutionRequest.BuilderGetAutomationExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAutomationExecutionRequest.BuilderGetAutomationExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetAutomationExecutionRequest.Builder Modifier and Type Method Description static Class<? extends GetAutomationExecutionRequest.Builder>GetAutomationExecutionRequest. serializableBuilderClass()
-