| Package | Description |
|---|---|
| com.amazonaws.services.batch |
AWS Batch enables you to run batch computing workloads on the AWS Cloud.
|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
RegisterJobDefinitionResult |
AWSBatchClient.registerJobDefinition(RegisterJobDefinitionRequest request)
Registers an AWS Batch job definition.
|
RegisterJobDefinitionResult |
AbstractAWSBatch.registerJobDefinition(RegisterJobDefinitionRequest request) |
RegisterJobDefinitionResult |
AWSBatch.registerJobDefinition(RegisterJobDefinitionRequest registerJobDefinitionRequest)
Registers an AWS Batch job definition.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterJobDefinitionResult> |
AWSBatchAsyncClient.registerJobDefinitionAsync(RegisterJobDefinitionRequest request,
AsyncHandler<RegisterJobDefinitionRequest,RegisterJobDefinitionResult> asyncHandler) |
Future<RegisterJobDefinitionResult> |
AbstractAWSBatchAsync.registerJobDefinitionAsync(RegisterJobDefinitionRequest request,
AsyncHandler<RegisterJobDefinitionRequest,RegisterJobDefinitionResult> asyncHandler) |
Future<RegisterJobDefinitionResult> |
AWSBatchAsync.registerJobDefinitionAsync(RegisterJobDefinitionRequest registerJobDefinitionRequest,
AsyncHandler<RegisterJobDefinitionRequest,RegisterJobDefinitionResult> asyncHandler)
Registers an AWS Batch job definition.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterJobDefinitionResult |
RegisterJobDefinitionResult.clone() |
RegisterJobDefinitionResult |
RegisterJobDefinitionResult.withJobDefinitionArn(String jobDefinitionArn)
The Amazon Resource Name (ARN) of the job definition.
|
RegisterJobDefinitionResult |
RegisterJobDefinitionResult.withJobDefinitionName(String jobDefinitionName)
The name of the job definition.
|
RegisterJobDefinitionResult |
RegisterJobDefinitionResult.withRevision(Integer revision)
The revision of the job definition.
|
Copyright © 2017. All rights reserved.