Uses of Class
software.amazon.awssdk.services.devicefarm.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseDeviceFarmClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the specified tags from a resource.default UntagResourceResponseDeviceFarmClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the specified tags from a resource.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>DeviceFarmAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the specified tags from a resource.default CompletableFuture<UntagResourceResponse>DeviceFarmAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the specified tags from a resource.
-