| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model | |
| software.amazon.awssdk.services.m2.paginators |
| Modifier and Type | Method and Description |
|---|---|
static BatchJobDefinition |
BatchJobDefinition.fromFileBatchJobDefinition(Consumer<FileBatchJobDefinition.Builder> fileBatchJobDefinition)
Create an instance of this class with
fileBatchJobDefinition() initialized to the given value. |
static BatchJobDefinition |
BatchJobDefinition.fromFileBatchJobDefinition(FileBatchJobDefinition fileBatchJobDefinition)
Create an instance of this class with
fileBatchJobDefinition() initialized to the given value. |
static BatchJobDefinition |
BatchJobDefinition.fromScriptBatchJobDefinition(Consumer<ScriptBatchJobDefinition.Builder> scriptBatchJobDefinition)
Create an instance of this class with
scriptBatchJobDefinition() initialized to the given value. |
static BatchJobDefinition |
BatchJobDefinition.fromScriptBatchJobDefinition(ScriptBatchJobDefinition scriptBatchJobDefinition)
Create an instance of this class with
scriptBatchJobDefinition() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<BatchJobDefinition> |
ListBatchJobDefinitionsResponse.batchJobDefinitions()
The list of batch job definitions.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobDefinitionsResponse.Builder |
ListBatchJobDefinitionsResponse.Builder.batchJobDefinitions(BatchJobDefinition... batchJobDefinitions)
The list of batch job definitions.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobDefinitionsResponse.Builder |
ListBatchJobDefinitionsResponse.Builder.batchJobDefinitions(Collection<BatchJobDefinition> batchJobDefinitions)
The list of batch job definitions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<BatchJobDefinition> |
ListBatchJobDefinitionsPublisher.batchJobDefinitions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<BatchJobDefinition> |
ListBatchJobDefinitionsIterable.batchJobDefinitions()
Returns an iterable to iterate through the paginated
ListBatchJobDefinitionsResponse.batchJobDefinitions() member. |
Copyright © 2023. All rights reserved.