| 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<UntagResourceResult> |
AWSBatchAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Deletes specified tags from an AWS Batch resource.
|
Future<UntagResourceResult> |
AWSBatchAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AbstractAWSBatchAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource from which to delete tags.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The keys of the tags to be removed.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The keys of the tags to be removed.
|
Copyright © 2021. All rights reserved.