| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CommandInvocation> |
ListCommandInvocationsResponse.commandInvocations()
(Optional) A list of all invocations.
|
| Modifier and Type | Method and Description |
|---|---|
ListCommandInvocationsResponse.Builder |
ListCommandInvocationsResponse.Builder.commandInvocations(CommandInvocation... commandInvocations)
(Optional) A list of all invocations.
|
| Modifier and Type | Method and Description |
|---|---|
ListCommandInvocationsResponse.Builder |
ListCommandInvocationsResponse.Builder.commandInvocations(Collection<CommandInvocation> commandInvocations)
(Optional) A list of all invocations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<CommandInvocation> |
ListCommandInvocationsIterable.commandInvocations()
Returns an iterable to iterate through the paginated
ListCommandInvocationsResponse.commandInvocations()
member. |
SdkPublisher<CommandInvocation> |
ListCommandInvocationsPublisher.commandInvocations()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2019. All rights reserved.