| Package | Description | 
|---|---|
| com.amazonaws.services.batch | 
 | 
| com.amazonaws.services.batch.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<UpdateComputeEnvironmentResult> | 
AWSBatchAsyncClient.updateComputeEnvironmentAsync(UpdateComputeEnvironmentRequest request,
                             AsyncHandler<UpdateComputeEnvironmentRequest,UpdateComputeEnvironmentResult> asyncHandler)  | 
Future<UpdateComputeEnvironmentResult> | 
AWSBatchAsync.updateComputeEnvironmentAsync(UpdateComputeEnvironmentRequest updateComputeEnvironmentRequest,
                             AsyncHandler<UpdateComputeEnvironmentRequest,UpdateComputeEnvironmentResult> asyncHandler)
 Updates an Batch compute environment. 
 | 
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 Batch to make calls to other Amazon Web Services
 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. 
 | 
UpdateComputeEnvironmentRequest | 
UpdateComputeEnvironmentRequest.withUnmanagedvCpus(Integer unmanagedvCpus)
 The maximum number of vCPUs expected to be used for an unmanaged compute environment. 
 | 
UpdateComputeEnvironmentRequest | 
UpdateComputeEnvironmentRequest.withUpdatePolicy(UpdatePolicy updatePolicy)
 Specifies the updated infrastructure update policy for the compute environment. 
 | 
Copyright © 2022. All rights reserved.