Uses of Interface
software.amazon.awssdk.services.iot.model.ListCommandsResponse.Builder
-
Packages that use ListCommandsResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ListCommandsResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListCommandsResponse.Builder Modifier and Type Method Description static ListCommandsResponse.BuilderListCommandsResponse. builder()ListCommandsResponse.BuilderListCommandsResponse.Builder. commands(Collection<CommandSummary> commands)The list of commands.ListCommandsResponse.BuilderListCommandsResponse.Builder. commands(Consumer<CommandSummary.Builder>... commands)The list of commands.ListCommandsResponse.BuilderListCommandsResponse.Builder. commands(CommandSummary... commands)The list of commands.ListCommandsResponse.BuilderListCommandsResponse.Builder. nextToken(String nextToken)The token to use to get the next set of results, ornullif there are no additional results.ListCommandsResponse.BuilderListCommandsResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListCommandsResponse.Builder Modifier and Type Method Description static Class<? extends ListCommandsResponse.Builder>ListCommandsResponse. serializableBuilderClass()
-