| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement |
Amazon Web Services Snow Device Management documentation.
|
| software.amazon.awssdk.services.snowdevicemanagement.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListExecutionsResponse |
SnowDeviceManagementClient.listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Returns the status of tasks for one or more target devices.
|
default ListExecutionsResponse |
SnowDeviceManagementClient.listExecutions(ListExecutionsRequest listExecutionsRequest)
Returns the status of tasks for one or more target devices.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListExecutionsResponse> |
SnowDeviceManagementAsyncClient.listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)
Returns the status of tasks for one or more target devices.
|
default CompletableFuture<ListExecutionsResponse> |
SnowDeviceManagementAsyncClient.listExecutions(ListExecutionsRequest listExecutionsRequest)
Returns the status of tasks for one or more target devices.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListExecutionsResponse> |
ListExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListExecutionsResponse> subscriber) |
Copyright © 2023. All rights reserved.