Uses of Class
software.amazon.awssdk.services.lightsail.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseLightsailClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource.default UntagResourceResponseLightsailClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LightsailAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource.default CompletableFuture<UntagResourceResponse>LightsailAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes the specified set of tag keys and their values from the specified Amazon Lightsail resource.
-