Uses of Interface
software.amazon.awssdk.services.ssm.model.ListCommandInvocationsResponse.Builder
Packages that use ListCommandInvocationsResponse.Builder
-
Uses of ListCommandInvocationsResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListCommandInvocationsResponse.BuilderModifier and TypeMethodDescriptionListCommandInvocationsResponse.builder()ListCommandInvocationsResponse.Builder.commandInvocations(Collection<CommandInvocation> commandInvocations) (Optional) A list of all invocations.ListCommandInvocationsResponse.Builder.commandInvocations(Consumer<CommandInvocation.Builder>... commandInvocations) (Optional) A list of all invocations.ListCommandInvocationsResponse.Builder.commandInvocations(CommandInvocation... commandInvocations) (Optional) A list of all invocations.(Optional) The token for the next set of items to return.ListCommandInvocationsResponse.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListCommandInvocationsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListCommandInvocationsResponse.Builder>ListCommandInvocationsResponse.serializableBuilderClass()