| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.paginators | |
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCommandInvocationsResponse> |
SSMAsyncClient.listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
default ListCommandInvocationsResponse |
SSMClient.listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
default ListCommandInvocationsPaginator |
SSMClient.listCommandInvocationsIterable(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
| Constructor and Description |
|---|
ListCommandInvocationsPaginator(SSMClient client,
ListCommandInvocationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<ListCommandInvocationsRequest> |
ListCommandInvocationsRequestMarshaller.marshall(ListCommandInvocationsRequest listCommandInvocationsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<ListCommandInvocationsRequest> |
ListCommandInvocationsRequestMarshaller.marshall(ListCommandInvocationsRequest listCommandInvocationsRequest) |
void |
ListCommandInvocationsRequestModelMarshaller.marshall(ListCommandInvocationsRequest listCommandInvocationsRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.