Uses of Class
software.amazon.awssdk.services.deadline.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseDeadlineClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from a resource using the resource's ARN and tag to remove.default UntagResourceResponseDeadlineClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from a resource using the resource's ARN and tag to remove.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>DeadlineAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from a resource using the resource's ARN and tag to remove.default CompletableFuture<UntagResourceResponse>DeadlineAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from a resource using the resource's ARN and tag to remove.
-