Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.snowdevicemanagement Amazon Web Services Snow Device Management documentation. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.snowdevicemanagement
Methods in software.amazon.awssdk.services.snowdevicemanagement that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseSnowDeviceManagementClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from a device or task.default UntagResourceResponseSnowDeviceManagementClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from a device or task.Methods in software.amazon.awssdk.services.snowdevicemanagement that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SnowDeviceManagementAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag from a device or task.default CompletableFuture<UntagResourceResponse>SnowDeviceManagementAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag from a device or task.
-