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