| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobDefinitionsResponse.Builder |
ListBatchJobDefinitionsResponse.Builder.batchJobDefinitions(BatchJobDefinition... batchJobDefinitions)
The list of batch job definitions.
|
ListBatchJobDefinitionsResponse.Builder |
ListBatchJobDefinitionsResponse.Builder.batchJobDefinitions(Collection<BatchJobDefinition> batchJobDefinitions)
The list of batch job definitions.
|
ListBatchJobDefinitionsResponse.Builder |
ListBatchJobDefinitionsResponse.Builder.batchJobDefinitions(Consumer<BatchJobDefinition.Builder>... batchJobDefinitions)
The list of batch job definitions.
|
static ListBatchJobDefinitionsResponse.Builder |
ListBatchJobDefinitionsResponse.builder() |
ListBatchJobDefinitionsResponse.Builder |
ListBatchJobDefinitionsResponse.Builder.nextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this
operation to retrieve the next set of items.
|
ListBatchJobDefinitionsResponse.Builder |
ListBatchJobDefinitionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBatchJobDefinitionsResponse.Builder> |
ListBatchJobDefinitionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.