Uses of Interface
software.amazon.awssdk.services.codestarnotifications.CodestarNotificationsBaseClientBuilder
-
Packages that use CodestarNotificationsBaseClientBuilder 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 CodestarNotificationsBaseClientBuilder in software.amazon.awssdk.services.codestarnotifications
Classes in software.amazon.awssdk.services.codestarnotifications with type parameters of type CodestarNotificationsBaseClientBuilder Modifier and Type Interface Description interfaceCodestarNotificationsBaseClientBuilder<B extends CodestarNotificationsBaseClientBuilder<B,C>,C>This includes configuration specific to AWS CodeStar Notifications that is supported by bothCodestarNotificationsClientBuilderandCodestarNotificationsAsyncClientBuilder.Subinterfaces of CodestarNotificationsBaseClientBuilder in software.amazon.awssdk.services.codestarnotifications Modifier and Type Interface Description interfaceCodestarNotificationsAsyncClientBuilderA builder for creating an instance ofCodestarNotificationsAsyncClient.interfaceCodestarNotificationsClientBuilderA builder for creating an instance ofCodestarNotificationsClient.
-