| 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 ListCommandInvocationsResponse |
SSMClient.listCommandInvocations()
An invocation is copy of a command sent to a specific instance.
|
default ListCommandInvocationsResponse |
SSMClient.listCommandInvocations(Consumer<ListCommandInvocationsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCommandInvocationsResponse> |
SSMAsyncClient.listCommandInvocations()
An invocation is copy of a command sent to a specific instance.
|
default CompletableFuture<ListCommandInvocationsResponse> |
SSMAsyncClient.listCommandInvocations(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
default CompletableFuture<ListCommandInvocationsResponse> |
SSMAsyncClient.listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCommandInvocationsResponse> |
ListCommandInvocationsPaginator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ListCommandInvocationsResponse |
ListCommandInvocationsResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.