Uses of Interface
software.amazon.awssdk.services.codestarnotifications.CodestarNotificationsAsyncClient
-
Packages that use CodestarNotificationsAsyncClient 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.paginators -
-
Uses of CodestarNotificationsAsyncClient in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications that return CodestarNotificationsAsyncClient Modifier and Type Method Description static CodestarNotificationsAsyncClientCodestarNotificationsAsyncClient. create()Create aCodestarNotificationsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of CodestarNotificationsAsyncClient in software.amazon.awssdk.services.codestarnotifications.paginators
Constructors in software.amazon.awssdk.services.codestarnotifications.paginators with parameters of type CodestarNotificationsAsyncClient Constructor Description ListEventTypesPublisher(CodestarNotificationsAsyncClient client, ListEventTypesRequest firstRequest)ListNotificationRulesPublisher(CodestarNotificationsAsyncClient client, ListNotificationRulesRequest firstRequest)ListTargetsPublisher(CodestarNotificationsAsyncClient client, ListTargetsRequest firstRequest)
-