Uses of Class
software.amazon.awssdk.services.ssm.model.Command
-
Packages that use Command Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
Uses of Command in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return Command Modifier and Type Method Description 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 Command Modifier and Type Method Description List<Command>ListCommandsResponse. commands()(Optional) The list of commands requested by the user.Methods in software.amazon.awssdk.services.ssm.model with parameters of type Command Modifier and Type Method Description SendCommandResponse.BuilderSendCommandResponse.Builder. command(Command command)The request as it was received by Systems Manager.ListCommandsResponse.BuilderListCommandsResponse.Builder. commands(Command... commands)(Optional) The list of commands requested by the user.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type Command Modifier and Type Method Description ListCommandsResponse.BuilderListCommandsResponse.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 Command Modifier and Type Method Description SdkIterable<Command>ListCommandsIterable. commands()Returns an iterable to iterate through the paginatedListCommandsResponse.commands()member.SdkPublisher<Command>ListCommandsPublisher. commands()Returns a publisher that can be used to get a stream of data.
-