Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.iotthingsgraph
Methods in software.amazon.awssdk.services.iotthingsgraph that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseIoTThingsGraphClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deprecated.since: 2022-08-30default UntagResourceResponseIoTThingsGraphClient. untagResource(UntagResourceRequest untagResourceRequest)Deprecated.since: 2022-08-30Methods in software.amazon.awssdk.services.iotthingsgraph that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IoTThingsGraphAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deprecated.since: 2022-08-30default CompletableFuture<UntagResourceResponse>IoTThingsGraphAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deprecated.since: 2022-08-30
-