| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model | |
| software.amazon.awssdk.services.ssm.paginators | |
| software.amazon.awssdk.services.ssm.transform |
| 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> |
ListCommandInvocationsPaginator.commandInvocations()
Returns an iterable to iterate through the paginated
ListCommandInvocationsResponse.commandInvocations()
member. |
| Modifier and Type | Method and Description |
|---|---|
CommandInvocation |
CommandInvocationUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandInvocationMarshaller.marshall(CommandInvocation commandInvocation,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2018. All rights reserved.