Uses of Class
software.amazon.awssdk.services.ssm.model.InvalidCommandIdException
Packages that use InvalidCommandIdException
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 InvalidCommandIdException in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that throw InvalidCommandIdExceptionModifier and TypeMethodDescriptiondefault CancelCommandResponseSsmClient.cancelCommand(Consumer<CancelCommandRequest.Builder> cancelCommandRequest) Attempts to cancel the command specified by the Command ID.default CancelCommandResponseSsmClient.cancelCommand(CancelCommandRequest cancelCommandRequest) Attempts to cancel the command specified by the Command ID.default GetCommandInvocationResponseSsmClient.getCommandInvocation(Consumer<GetCommandInvocationRequest.Builder> getCommandInvocationRequest) Returns detailed information about command execution for an invocation or plugin.default GetCommandInvocationResponseSsmClient.getCommandInvocation(GetCommandInvocationRequest getCommandInvocationRequest) Returns detailed information about command execution for an invocation or plugin.default ListCommandInvocationsResponseSsmClient.listCommandInvocations()An invocation is copy of a command sent to a specific managed node.default ListCommandInvocationsResponseSsmClient.listCommandInvocations(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest) An invocation is copy of a command sent to a specific managed node.default ListCommandInvocationsResponseSsmClient.listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest) An invocation is copy of a command sent to a specific managed node.default ListCommandInvocationsIterableSsmClient.listCommandInvocationsPaginator()This is a variant ofSsmClient.listCommandInvocations(software.amazon.awssdk.services.ssm.model.ListCommandInvocationsRequest)operation.default ListCommandInvocationsIterableSsmClient.listCommandInvocationsPaginator(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest) This is a variant ofSsmClient.listCommandInvocations(software.amazon.awssdk.services.ssm.model.ListCommandInvocationsRequest)operation.default ListCommandInvocationsIterableSsmClient.listCommandInvocationsPaginator(ListCommandInvocationsRequest listCommandInvocationsRequest) This is a variant ofSsmClient.listCommandInvocations(software.amazon.awssdk.services.ssm.model.ListCommandInvocationsRequest)operation.default ListCommandsResponseSsmClient.listCommands()Lists the commands requested by users of the Amazon Web Services account.default ListCommandsResponseSsmClient.listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest) Lists the commands requested by users of the Amazon Web Services account.default ListCommandsResponseSsmClient.listCommands(ListCommandsRequest listCommandsRequest) Lists the commands requested by users of the Amazon Web Services account.default ListCommandsIterableSsmClient.listCommandsPaginator()This is a variant ofSsmClient.listCommands(software.amazon.awssdk.services.ssm.model.ListCommandsRequest)operation.default ListCommandsIterableSsmClient.listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest) This is a variant ofSsmClient.listCommands(software.amazon.awssdk.services.ssm.model.ListCommandsRequest)operation.default ListCommandsIterableSsmClient.listCommandsPaginator(ListCommandsRequest listCommandsRequest) This is a variant ofSsmClient.listCommands(software.amazon.awssdk.services.ssm.model.ListCommandsRequest)operation.