| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobExecutionsResponse.Builder |
ListBatchJobExecutionsResponse.Builder.batchJobExecutions(BatchJobExecutionSummary... batchJobExecutions)
Returns a list of batch job executions for an application.
|
ListBatchJobExecutionsResponse.Builder |
ListBatchJobExecutionsResponse.Builder.batchJobExecutions(Collection<BatchJobExecutionSummary> batchJobExecutions)
Returns a list of batch job executions for an application.
|
ListBatchJobExecutionsResponse.Builder |
ListBatchJobExecutionsResponse.Builder.batchJobExecutions(Consumer<BatchJobExecutionSummary.Builder>... batchJobExecutions)
Returns a list of batch job executions for an application.
|
static ListBatchJobExecutionsResponse.Builder |
ListBatchJobExecutionsResponse.builder() |
ListBatchJobExecutionsResponse.Builder |
ListBatchJobExecutionsResponse.Builder.nextToken(String nextToken)
A pagination token that's returned when the response doesn't contain all batch job executions.
|
ListBatchJobExecutionsResponse.Builder |
ListBatchJobExecutionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBatchJobExecutionsResponse.Builder> |
ListBatchJobExecutionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.