Uses of Class
software.amazon.awssdk.services.batch.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>BatchAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes specified tags from an Batch resource.default UntagResourceResponseBatchClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes specified tags from an Batch resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.batch.transform
Methods in software.amazon.awssdk.services.batch.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-