Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.codestarnotifications This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the operations and data types for the AWS CodeStar Notifications API. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseCodestarNotificationsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association between one or more provided tags and a notification rule.default UntagResourceResponseCodestarNotificationsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association between one or more provided tags and a notification rule.Methods in software.amazon.awssdk.services.codestarnotifications that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>CodestarNotificationsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the association between one or more provided tags and a notification rule.default CompletableFuture<UntagResourceResponse>CodestarNotificationsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the association between one or more provided tags and a notification rule.
-