Uses of Class
software.amazon.awssdk.services.location.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseLocationClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified Amazon Location resource.default UntagResourceResponseLocationClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified Amazon Location resource.Methods in software.amazon.awssdk.services.location that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LocationAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified Amazon Location resource.default CompletableFuture<UntagResourceResponse>LocationAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified Amazon Location resource.
-