Uses of Class
software.amazon.awssdk.services.ssm.model.CommandInvocation
Packages that use CommandInvocation
Package
Description
-
Uses of CommandInvocation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CommandInvocationModifier and TypeMethodDescriptionfinal List<CommandInvocation>ListCommandInvocationsResponse.commandInvocations()(Optional) A list of all invocations.Methods in software.amazon.awssdk.services.ssm.model with parameters of type CommandInvocationModifier and TypeMethodDescriptionListCommandInvocationsResponse.Builder.commandInvocations(CommandInvocation... commandInvocations) (Optional) A list of all invocations.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type CommandInvocationModifier and TypeMethodDescriptionListCommandInvocationsResponse.Builder.commandInvocations(Collection<CommandInvocation> commandInvocations) (Optional) A list of all invocations. -
Uses of CommandInvocation in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type CommandInvocationModifier and TypeMethodDescriptionfinal SdkIterable<CommandInvocation>ListCommandInvocationsIterable.commandInvocations()Returns an iterable to iterate through the paginatedListCommandInvocationsResponse.commandInvocations()member.final SdkPublisher<CommandInvocation>ListCommandInvocationsPublisher.commandInvocations()Returns a publisher that can be used to get a stream of data.