Uses of Interface
software.amazon.awssdk.services.ssm.model.CancelCommandRequest.Builder
Packages that use CancelCommandRequest.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 CancelCommandRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type CancelCommandRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CancelCommandResponse>SsmAsyncClient.cancelCommand(Consumer<CancelCommandRequest.Builder> cancelCommandRequest) Attempts to cancel the command specified by the Command ID.default CancelCommandResponseSsmClient.cancelCommand(Consumer<CancelCommandRequest.Builder> cancelCommandRequest) Attempts to cancel the command specified by the Command ID. -
Uses of CancelCommandRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return CancelCommandRequest.BuilderModifier and TypeMethodDescriptionstatic CancelCommandRequest.BuilderCancelCommandRequest.builder()The ID of the command you want to cancel.CancelCommandRequest.Builder.instanceIds(String... instanceIds) (Optional) A list of managed node IDs on which you want to cancel the command.CancelCommandRequest.Builder.instanceIds(Collection<String> instanceIds) (Optional) A list of managed node IDs on which you want to cancel the command.CancelCommandRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CancelCommandRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CancelCommandRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CancelCommandRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CancelCommandRequest.Builder>CancelCommandRequest.serializableBuilderClass()