| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.model | |
| software.amazon.awssdk.services.snowdevicemanagement.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionSummary> |
ListExecutionsResponse.executions()
A list of executions.
|
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResponse.Builder |
ListExecutionsResponse.Builder.executions(ExecutionSummary... executions)
A list of executions.
|
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResponse.Builder |
ListExecutionsResponse.Builder.executions(Collection<ExecutionSummary> executions)
A list of executions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ExecutionSummary> |
ListExecutionsPublisher.executions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ExecutionSummary> |
ListExecutionsIterable.executions()
Returns an iterable to iterate through the paginated
ListExecutionsResponse.executions() member. |
Copyright © 2023. All rights reserved.