Uses of Interface
software.amazon.awssdk.services.ssm.model.ListCommandsResponse.Builder
Packages that use ListCommandsResponse.Builder
-
Uses of ListCommandsResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListCommandsResponse.BuilderModifier and TypeMethodDescriptionstatic ListCommandsResponse.BuilderListCommandsResponse.builder()ListCommandsResponse.Builder.commands(Collection<Command> commands) (Optional) The list of commands requested by the user.ListCommandsResponse.Builder.commands(Consumer<Command.Builder>... commands) (Optional) The list of commands requested by the user.(Optional) The list of commands requested by the user.(Optional) The token for the next set of items to return.ListCommandsResponse.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListCommandsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListCommandsResponse.Builder>ListCommandsResponse.serializableBuilderClass()