Uses of Class
software.amazon.awssdk.services.iot.model.CommandExecutionSummary
-
Packages that use CommandExecutionSummary Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of CommandExecutionSummary in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CommandExecutionSummary Modifier and Type Method Description List<CommandExecutionSummary>ListCommandExecutionsResponse. commandExecutions()The list of command executions.Methods in software.amazon.awssdk.services.iot.model with parameters of type CommandExecutionSummary Modifier and Type Method Description ListCommandExecutionsResponse.BuilderListCommandExecutionsResponse.Builder. commandExecutions(CommandExecutionSummary... commandExecutions)The list of command executions.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type CommandExecutionSummary Modifier and Type Method Description ListCommandExecutionsResponse.BuilderListCommandExecutionsResponse.Builder. commandExecutions(Collection<CommandExecutionSummary> commandExecutions)The list of command executions. -
Uses of CommandExecutionSummary in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type CommandExecutionSummary Modifier and Type Method Description SdkIterable<CommandExecutionSummary>ListCommandExecutionsIterable. commandExecutions()Returns an iterable to iterate through the paginatedListCommandExecutionsResponse.commandExecutions()member.SdkPublisher<CommandExecutionSummary>ListCommandExecutionsPublisher. commandExecutions()Returns a publisher that can be used to get a stream of data.
-