Uses of Class
software.amazon.awssdk.services.location.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LocationAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-