Uses of Class
software.amazon.awssdk.services.opsworks.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseOpsWorksClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a specified stack or layer.default UntagResourceResponseOpsWorksClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a specified stack or layer.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>OpsWorksAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a specified stack or layer.default CompletableFuture<UntagResourceResponse>OpsWorksAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a specified stack or layer.
-