Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseCodestarNotificationsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a set of provided tags with a notification rule.default TagResourceResponseCodestarNotificationsClient. tagResource(TagResourceRequest tagResourceRequest)Associates a set of provided tags with a notification rule.Methods in software.amazon.awssdk.services.codestarnotifications that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CodestarNotificationsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a set of provided tags with a notification rule.default CompletableFuture<TagResourceResponse>CodestarNotificationsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates a set of provided tags with a notification rule.
-