| Package | Description |
|---|---|
| com.amazonaws.services.batch |
Using AWS Batch, you can run batch computing workloads on the AWS Cloud.
|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateComputeEnvironmentResult> |
AWSBatchAsync.createComputeEnvironmentAsync(CreateComputeEnvironmentRequest createComputeEnvironmentRequest,
AsyncHandler<CreateComputeEnvironmentRequest,CreateComputeEnvironmentResult> asyncHandler)
Creates an AWS Batch compute environment.
|
Future<CreateComputeEnvironmentResult> |
AWSBatchAsyncClient.createComputeEnvironmentAsync(CreateComputeEnvironmentRequest request,
AsyncHandler<CreateComputeEnvironmentRequest,CreateComputeEnvironmentResult> asyncHandler) |
Future<CreateComputeEnvironmentResult> |
AbstractAWSBatchAsync.createComputeEnvironmentAsync(CreateComputeEnvironmentRequest request,
AsyncHandler<CreateComputeEnvironmentRequest,CreateComputeEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.clone() |
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withComputeEnvironmentName(String computeEnvironmentName)
The name for your compute environment.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withComputeResources(ComputeResource computeResources)
Details about 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.withTags(Map<String,String> tags)
The tags that you apply to the compute environment to help you categorize and organize your resources.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withType(CEType type)
The type of the compute environment:
MANAGED or UNMANAGED. |
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withType(String type)
The type of the compute environment:
MANAGED or UNMANAGED. |
Copyright © 2021. All rights reserved.