| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
BatchJobIdentifier |
BatchJobIdentifier.clone() |
BatchJobIdentifier |
StartBatchJobRequest.getBatchJobIdentifier()
The unique identifier of the batch job.
|
BatchJobIdentifier |
BatchJobExecutionSummary.getBatchJobIdentifier()
The unique identifier of this batch job.
|
BatchJobIdentifier |
GetBatchJobExecutionResult.getBatchJobIdentifier()
The unique identifier of this batch job.
|
BatchJobIdentifier |
BatchJobIdentifier.withFileBatchJobIdentifier(FileBatchJobIdentifier fileBatchJobIdentifier)
Specifies a file associated with a specific batch job.
|
BatchJobIdentifier |
BatchJobIdentifier.withScriptBatchJobIdentifier(ScriptBatchJobIdentifier scriptBatchJobIdentifier)
A batch job identifier in which the batch job to run is identified by the script name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartBatchJobRequest.setBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of the batch job.
|
void |
BatchJobExecutionSummary.setBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
|
void |
GetBatchJobExecutionResult.setBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
|
StartBatchJobRequest |
StartBatchJobRequest.withBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of the batch job.
|
BatchJobExecutionSummary |
BatchJobExecutionSummary.withBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
|
GetBatchJobExecutionResult |
GetBatchJobExecutionResult.withBatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
|
Copyright © 2023. All rights reserved.