Uses of Class
software.amazon.awssdk.services.iot.model.CommandSummary
-
Packages that use CommandSummary Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of CommandSummary in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CommandSummary Modifier and Type Method Description List<CommandSummary>ListCommandsResponse. commands()The list of commands.Methods in software.amazon.awssdk.services.iot.model with parameters of type CommandSummary Modifier and Type Method Description ListCommandsResponse.BuilderListCommandsResponse.Builder. commands(CommandSummary... commands)The list of commands.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type CommandSummary Modifier and Type Method Description ListCommandsResponse.BuilderListCommandsResponse.Builder. commands(Collection<CommandSummary> commands)The list of commands. -
Uses of CommandSummary in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type CommandSummary Modifier and Type Method Description SdkIterable<CommandSummary>ListCommandsIterable. commands()Returns an iterable to iterate through the paginatedListCommandsResponse.commands()member.SdkPublisher<CommandSummary>ListCommandsPublisher. commands()Returns a publisher that can be used to get a stream of data.
-