| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model | |
| software.amazon.awssdk.services.m2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<BatchJobExecutionSummary> |
ListBatchJobExecutionsResponse.batchJobExecutions()
Returns a list of batch job executions for an application.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobExecutionsResponse.Builder |
ListBatchJobExecutionsResponse.Builder.batchJobExecutions(BatchJobExecutionSummary... batchJobExecutions)
Returns a list of batch job executions for an application.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobExecutionsResponse.Builder |
ListBatchJobExecutionsResponse.Builder.batchJobExecutions(Collection<BatchJobExecutionSummary> batchJobExecutions)
Returns a list of batch job executions for an application.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<BatchJobExecutionSummary> |
ListBatchJobExecutionsPublisher.batchJobExecutions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<BatchJobExecutionSummary> |
ListBatchJobExecutionsIterable.batchJobExecutions()
Returns an iterable to iterate through the paginated
ListBatchJobExecutionsResponse.batchJobExecutions()
member. |
Copyright © 2023. All rights reserved.