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 |
---|---|
DeleteComputeEnvironmentResult |
AWSBatchClient.deleteComputeEnvironment(DeleteComputeEnvironmentRequest request)
Deletes an AWS Batch compute environment.
|
DeleteComputeEnvironmentResult |
AbstractAWSBatch.deleteComputeEnvironment(DeleteComputeEnvironmentRequest request) |
DeleteComputeEnvironmentResult |
AWSBatch.deleteComputeEnvironment(DeleteComputeEnvironmentRequest deleteComputeEnvironmentRequest)
Deletes an AWS Batch compute environment.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteComputeEnvironmentResult> |
AWSBatchAsyncClient.deleteComputeEnvironmentAsync(DeleteComputeEnvironmentRequest request,
AsyncHandler<DeleteComputeEnvironmentRequest,DeleteComputeEnvironmentResult> asyncHandler) |
Future<DeleteComputeEnvironmentResult> |
AbstractAWSBatchAsync.deleteComputeEnvironmentAsync(DeleteComputeEnvironmentRequest request,
AsyncHandler<DeleteComputeEnvironmentRequest,DeleteComputeEnvironmentResult> asyncHandler) |
Future<DeleteComputeEnvironmentResult> |
AWSBatchAsync.deleteComputeEnvironmentAsync(DeleteComputeEnvironmentRequest deleteComputeEnvironmentRequest,
AsyncHandler<DeleteComputeEnvironmentRequest,DeleteComputeEnvironmentResult> asyncHandler)
Deletes an AWS Batch compute environment.
|
Modifier and Type | Method and Description |
---|---|
DeleteComputeEnvironmentResult |
DeleteComputeEnvironmentResult.clone() |
Copyright © 2020. All rights reserved.