Uses of Interface
software.amazon.awssdk.services.cloudwatchevents.CloudWatchEventsBaseClientBuilder
-
Packages that use CloudWatchEventsBaseClientBuilder Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of CloudWatchEventsBaseClientBuilder in software.amazon.awssdk.services.cloudwatchevents
Classes in software.amazon.awssdk.services.cloudwatchevents with type parameters of type CloudWatchEventsBaseClientBuilder Modifier and Type Interface Description interfaceCloudWatchEventsBaseClientBuilder<B extends CloudWatchEventsBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon CloudWatch Events that is supported by bothCloudWatchEventsClientBuilderandCloudWatchEventsAsyncClientBuilder.Subinterfaces of CloudWatchEventsBaseClientBuilder in software.amazon.awssdk.services.cloudwatchevents Modifier and Type Interface Description interfaceCloudWatchEventsAsyncClientBuilderA builder for creating an instance ofCloudWatchEventsAsyncClient.interfaceCloudWatchEventsClientBuilderA builder for creating an instance ofCloudWatchEventsClient.
-