Uses of Interface
software.amazon.awssdk.services.ssm.model.GetCommandInvocationRequest.Builder
Packages that use GetCommandInvocationRequest.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 GetCommandInvocationRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetCommandInvocationRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.getCommandInvocation(Consumer<GetCommandInvocationRequest.Builder> getCommandInvocationRequest) Returns detailed information about command execution for an invocation or plugin.default GetCommandInvocationResponseSsmClient.getCommandInvocation(Consumer<GetCommandInvocationRequest.Builder> getCommandInvocationRequest) Returns detailed information about command execution for an invocation or plugin. -
Uses of GetCommandInvocationRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetCommandInvocationRequest.BuilderModifier and TypeMethodDescriptionGetCommandInvocationRequest.builder()(Required) The parent command ID of the invocation plugin.GetCommandInvocationRequest.Builder.instanceId(String instanceId) (Required) The ID of the managed node targeted by the command.GetCommandInvocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetCommandInvocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetCommandInvocationRequest.Builder.pluginName(String pluginName) The name of the step for which you want detailed results.GetCommandInvocationRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetCommandInvocationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetCommandInvocationRequest.Builder>GetCommandInvocationRequest.serializableBuilderClass() -
Uses of GetCommandInvocationRequest.Builder in software.amazon.awssdk.services.ssm.waiters
Method parameters in software.amazon.awssdk.services.ssm.waiters with type arguments of type GetCommandInvocationRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncWaiter.waitUntilCommandExecuted(Consumer<GetCommandInvocationRequest.Builder> getCommandInvocationRequest) PollsSsmAsyncClient.getCommandInvocation(software.amazon.awssdk.services.ssm.model.GetCommandInvocationRequest)API until the desired conditionCommandExecutedis met, or until it is determined that the resource will never enter into the desired state.SsmAsyncWaiter.waitUntilCommandExecuted(Consumer<GetCommandInvocationRequest.Builder> getCommandInvocationRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsSsmAsyncClient.getCommandInvocation(software.amazon.awssdk.services.ssm.model.GetCommandInvocationRequest)API until the desired conditionCommandExecutedis met, or until it is determined that the resource will never enter into the desired state.SsmWaiter.waitUntilCommandExecuted(Consumer<GetCommandInvocationRequest.Builder> getCommandInvocationRequest) PollsSsmClient.getCommandInvocation(software.amazon.awssdk.services.ssm.model.GetCommandInvocationRequest)API until the desired conditionCommandExecutedis met, or until it is determined that the resource will never enter into the desired state.SsmWaiter.waitUntilCommandExecuted(Consumer<GetCommandInvocationRequest.Builder> getCommandInvocationRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsSsmClient.getCommandInvocation(software.amazon.awssdk.services.ssm.model.GetCommandInvocationRequest)API until the desired conditionCommandExecutedis met, or until it is determined that the resource will never enter into the desired state.