Uses of Class
software.amazon.awssdk.services.ssmsap.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.ssmsap This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Systems Manager for SAP. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.ssmsap
Methods in software.amazon.awssdk.services.ssmsap that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseSsmSapClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Delete the tags for a resource.default UntagResourceResponseSsmSapClient. untagResource(UntagResourceRequest untagResourceRequest)Delete the tags for a resource.Methods in software.amazon.awssdk.services.ssmsap that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SsmSapAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Delete the tags for a resource.default CompletableFuture<UntagResourceResponse>SsmSapAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Delete the tags for a resource.
-