Package | Description |
---|---|
com.amazonaws.services.batch |
|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateComputeEnvironmentResult> |
AWSBatchAsyncClient.createComputeEnvironmentAsync(CreateComputeEnvironmentRequest request,
AsyncHandler<CreateComputeEnvironmentRequest,CreateComputeEnvironmentResult> asyncHandler) |
Future<CreateComputeEnvironmentResult> |
AWSBatchAsync.createComputeEnvironmentAsync(CreateComputeEnvironmentRequest createComputeEnvironmentRequest,
AsyncHandler<CreateComputeEnvironmentRequest,CreateComputeEnvironmentResult> asyncHandler)
Creates an Batch compute environment.
|
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 Batch to make calls to other Amazon Web Services
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 . |
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withUnmanagedvCpus(Integer unmanagedvCpus)
The maximum number of vCPUs for an unmanaged compute environment.
|
Copyright © 2021. All rights reserved.