Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.DescribeConnectionResponse
-
Packages that use DescribeConnectionResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of DescribeConnectionResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return DescribeConnectionResponse Modifier and Type Method Description default DescribeConnectionResponseCloudWatchEventsClient. describeConnection(Consumer<DescribeConnectionRequest.Builder> describeConnectionRequest)Retrieves details about a connection.default DescribeConnectionResponseCloudWatchEventsClient. describeConnection(DescribeConnectionRequest describeConnectionRequest)Retrieves details about a connection.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type DescribeConnectionResponse Modifier and Type Method Description default CompletableFuture<DescribeConnectionResponse>CloudWatchEventsAsyncClient. describeConnection(Consumer<DescribeConnectionRequest.Builder> describeConnectionRequest)Retrieves details about a connection.default CompletableFuture<DescribeConnectionResponse>CloudWatchEventsAsyncClient. describeConnection(DescribeConnectionRequest describeConnectionRequest)Retrieves details about a connection.
-