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 |
---|---|
UpdateComputeEnvironmentResult |
AbstractAWSBatch.updateComputeEnvironment(UpdateComputeEnvironmentRequest request) |
UpdateComputeEnvironmentResult |
AWSBatch.updateComputeEnvironment(UpdateComputeEnvironmentRequest updateComputeEnvironmentRequest)
Updates an AWS Batch compute environment.
|
UpdateComputeEnvironmentResult |
AWSBatchClient.updateComputeEnvironment(UpdateComputeEnvironmentRequest request)
Updates an AWS Batch compute environment.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateComputeEnvironmentResult> |
AbstractAWSBatchAsync.updateComputeEnvironmentAsync(UpdateComputeEnvironmentRequest request,
AsyncHandler<UpdateComputeEnvironmentRequest,UpdateComputeEnvironmentResult> asyncHandler) |
Future<UpdateComputeEnvironmentResult> |
AWSBatchAsyncClient.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 |
---|---|
UpdateComputeEnvironmentResult |
UpdateComputeEnvironmentResult.clone() |
UpdateComputeEnvironmentResult |
UpdateComputeEnvironmentResult.withComputeEnvironmentArn(String computeEnvironmentArn)
The Amazon Resource Name (ARN) of the compute environment.
|
UpdateComputeEnvironmentResult |
UpdateComputeEnvironmentResult.withComputeEnvironmentName(String computeEnvironmentName)
The name of the compute environment.
|
Copyright © 2020. All rights reserved.