| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch |
|
| Modifier and Type | Method and Description |
|---|---|
default UntagResourceResponse |
BatchClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes specified tags from an Batch resource.
|
default UntagResourceResponse |
BatchClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from an Batch resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UntagResourceResponse> |
BatchAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes specified tags from an Batch resource.
|
default CompletableFuture<UntagResourceResponse> |
BatchAsyncClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from an Batch resource.
|
Copyright © 2023. All rights reserved.