Uses of Class
software.amazon.awssdk.services.greengrass.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.greengrass AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseGreengrassClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove resource tags from a Greengrass Resource.default UntagResourceResponseGreengrassClient. untagResource(UntagResourceRequest untagResourceRequest)Remove resource tags from a Greengrass Resource.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>GreengrassAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove resource tags from a Greengrass Resource.default CompletableFuture<UntagResourceResponse>GreengrassAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Remove resource tags from a Greengrass Resource.
-