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<UpdateComputeEnvironmentResult> |
AWSBatchAsyncClient.updateComputeEnvironmentAsync(UpdateComputeEnvironmentRequest request,
AsyncHandler<UpdateComputeEnvironmentRequest,UpdateComputeEnvironmentResult> asyncHandler) |
Future<UpdateComputeEnvironmentResult> |
AbstractAWSBatchAsync.updateComputeEnvironmentAsync(UpdateComputeEnvironmentRequest request,
AsyncHandler<UpdateComputeEnvironmentRequest,UpdateComputeEnvironmentResult> asyncHandler) |
Future<UpdateComputeEnvironmentResult> |
AWSBatchAsync.updateComputeEnvironmentAsync(UpdateComputeEnvironmentRequest updateComputeEnvironmentRequest,
AsyncHandler<UpdateComputeEnvironmentRequest,UpdateComputeEnvironmentResult> asyncHandler)
Updates an AWS Batch compute environment.
|
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 © 2020. All rights reserved.