Uses of Class
software.amazon.awssdk.services.batch.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseBatchClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes specified tags from an Batch resource.default UntagResourceResponseBatchClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes specified tags from an Batch resource.Methods in software.amazon.awssdk.services.batch that return types with arguments of type UntagResourceResponse Modifier and Type Method 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.
-