Uses of Class
software.amazon.awssdk.services.ssmquicksetup.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.ssmquicksetup Quick Setup helps you quickly configure frequently used services and features with recommended best practices. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.ssmquicksetup
Methods in software.amazon.awssdk.services.ssmquicksetup that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseSsmQuickSetupClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified resource.default UntagResourceResponseSsmQuickSetupClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource.Methods in software.amazon.awssdk.services.ssmquicksetup that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SsmQuickSetupAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the specified resource.default CompletableFuture<UntagResourceResponse>SsmQuickSetupAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource.
-