| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
BatchJobDefinition |
BatchJobDefinition.clone() |
BatchJobDefinition |
BatchJobDefinition.withFileBatchJobDefinition(FileBatchJobDefinition fileBatchJobDefinition)
Specifies a file containing a batch job definition.
|
BatchJobDefinition |
BatchJobDefinition.withScriptBatchJobDefinition(ScriptBatchJobDefinition scriptBatchJobDefinition)
A script containing a batch job definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchJobDefinition> |
ListBatchJobDefinitionsResult.getBatchJobDefinitions()
The list of batch job definitions.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobDefinitionsResult |
ListBatchJobDefinitionsResult.withBatchJobDefinitions(BatchJobDefinition... batchJobDefinitions)
The list of batch job definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBatchJobDefinitionsResult.setBatchJobDefinitions(Collection<BatchJobDefinition> batchJobDefinitions)
The list of batch job definitions.
|
ListBatchJobDefinitionsResult |
ListBatchJobDefinitionsResult.withBatchJobDefinitions(Collection<BatchJobDefinition> batchJobDefinitions)
The list of batch job definitions.
|
Copyright © 2024. All rights reserved.