| 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<UpdateComputeEnvironmentResult> | 
AWSBatchAsync.updateComputeEnvironmentAsync(UpdateComputeEnvironmentRequest updateComputeEnvironmentRequest,
                             AsyncHandler<UpdateComputeEnvironmentRequest,UpdateComputeEnvironmentResult> asyncHandler)
 Updates an AWS Batch compute environment. 
 | 
Future<UpdateComputeEnvironmentResult> | 
AWSBatchAsyncClient.updateComputeEnvironmentAsync(UpdateComputeEnvironmentRequest request,
                             AsyncHandler<UpdateComputeEnvironmentRequest,UpdateComputeEnvironmentResult> asyncHandler)  | 
Future<UpdateComputeEnvironmentResult> | 
AbstractAWSBatchAsync.updateComputeEnvironmentAsync(UpdateComputeEnvironmentRequest request,
                             AsyncHandler<UpdateComputeEnvironmentRequest,UpdateComputeEnvironmentResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateComputeEnvironmentRequest | 
UpdateComputeEnvironmentRequest.clone()  | 
UpdateComputeEnvironmentRequest | 
UpdateComputeEnvironmentRequest.withComputeEnvironment(String computeEnvironment)
 The name or full Amazon Resource Name (ARN) of the compute environment to update. 
 | 
UpdateComputeEnvironmentRequest | 
UpdateComputeEnvironmentRequest.withComputeResources(ComputeResourceUpdate computeResources)
 Details of the compute resources managed by the compute environment. 
 | 
UpdateComputeEnvironmentRequest | 
UpdateComputeEnvironmentRequest.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. 
 | 
UpdateComputeEnvironmentRequest | 
UpdateComputeEnvironmentRequest.withState(CEState state)
 The state of the compute environment. 
 | 
UpdateComputeEnvironmentRequest | 
UpdateComputeEnvironmentRequest.withState(String state)
 The state of the compute environment. 
 | 
Copyright © 2021. All rights reserved.