| 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> |
ListCommandInvocationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ListCommandInvocationsPublisher |
ListCommandInvocationsPublisher.resume(ListCommandInvocationsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
ListCommandInvocationsIterable |
ListCommandInvocationsIterable.resume(ListCommandInvocationsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCommandInvocationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCommandInvocationsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
ListCommandInvocationsResponse |
ListCommandInvocationsResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.