Uses of Class
software.amazon.awssdk.services.ssm.model.Command
Packages that use Command
Package
Description
-
Uses of Command in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return CommandModifier and TypeMethodDescriptionfinal CommandSendCommandResponse.command()The request as it was received by Systems Manager.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CommandModifier and TypeMethodDescriptionListCommandsResponse.commands()(Optional) The list of commands requested by the user.Methods in software.amazon.awssdk.services.ssm.model with parameters of type CommandModifier and TypeMethodDescriptionThe request as it was received by Systems Manager.(Optional) The list of commands requested by the user.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type CommandModifier and TypeMethodDescriptionListCommandsResponse.Builder.commands(Collection<Command> commands) (Optional) The list of commands requested by the user. -
Uses of Command in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type CommandModifier and TypeMethodDescriptionfinal SdkIterable<Command>ListCommandsIterable.commands()Returns an iterable to iterate through the paginatedListCommandsResponse.commands()member.final SdkPublisher<Command>ListCommandsPublisher.commands()Returns a publisher that can be used to get a stream of data.