| 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 |
|---|---|
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 |
|---|---|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.clone() |
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withComputeEnvironmentName(String computeEnvironmentName)
The name for your compute environment.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withComputeResources(ComputeResource computeResources)
Details of the compute resources managed by the compute environment.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withServiceRole(String serviceRole)
The full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services on
your behalf.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withState(CEState state)
The state of the compute environment.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withState(String state)
The state of the compute environment.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withType(CEType type)
The type of the compute environment.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withType(String type)
The type of the compute environment.
|
Copyright © 2017. All rights reserved.