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 |
---|---|
CreateComputeEnvironmentResult |
AWSBatchClient.createComputeEnvironment(CreateComputeEnvironmentRequest request)
Creates an AWS Batch compute environment.
|
CreateComputeEnvironmentResult |
AbstractAWSBatch.createComputeEnvironment(CreateComputeEnvironmentRequest request) |
CreateComputeEnvironmentResult |
AWSBatch.createComputeEnvironment(CreateComputeEnvironmentRequest createComputeEnvironmentRequest)
Creates an AWS Batch compute environment.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateComputeEnvironmentResult> |
AWSBatchAsyncClient.createComputeEnvironmentAsync(CreateComputeEnvironmentRequest request,
AsyncHandler<CreateComputeEnvironmentRequest,CreateComputeEnvironmentResult> asyncHandler) |
Future<CreateComputeEnvironmentResult> |
AbstractAWSBatchAsync.createComputeEnvironmentAsync(CreateComputeEnvironmentRequest request,
AsyncHandler<CreateComputeEnvironmentRequest,CreateComputeEnvironmentResult> asyncHandler) |
Future<CreateComputeEnvironmentResult> |
AWSBatchAsync.createComputeEnvironmentAsync(CreateComputeEnvironmentRequest createComputeEnvironmentRequest,
AsyncHandler<CreateComputeEnvironmentRequest,CreateComputeEnvironmentResult> asyncHandler)
Creates an AWS Batch compute environment.
|
Modifier and Type | Method and Description |
---|---|
CreateComputeEnvironmentResult |
CreateComputeEnvironmentResult.clone() |
CreateComputeEnvironmentResult |
CreateComputeEnvironmentResult.withComputeEnvironmentArn(String computeEnvironmentArn)
The Amazon Resource Name (ARN) of the compute environment.
|
CreateComputeEnvironmentResult |
CreateComputeEnvironmentResult.withComputeEnvironmentName(String computeEnvironmentName)
The name of the compute environment.
|
Copyright © 2020. All rights reserved.