Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.codestarnotifications.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>CodestarNotificationsAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.codestarnotifications.transform
Methods in software.amazon.awssdk.services.codestarnotifications.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-