Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.DescribeNotificationConfigurationResponse
-
Packages that use DescribeNotificationConfigurationResponse Package Description software.amazon.awssdk.services.kinesisvideo -
-
Uses of DescribeNotificationConfigurationResponse in software.amazon.awssdk.services.kinesisvideo
Methods in software.amazon.awssdk.services.kinesisvideo that return DescribeNotificationConfigurationResponse Modifier and Type Method Description default DescribeNotificationConfigurationResponseKinesisVideoClient. describeNotificationConfiguration(Consumer<DescribeNotificationConfigurationRequest.Builder> describeNotificationConfigurationRequest)Gets theNotificationConfigurationfor a given Kinesis video stream.default DescribeNotificationConfigurationResponseKinesisVideoClient. describeNotificationConfiguration(DescribeNotificationConfigurationRequest describeNotificationConfigurationRequest)Gets theNotificationConfigurationfor a given Kinesis video stream.Methods in software.amazon.awssdk.services.kinesisvideo that return types with arguments of type DescribeNotificationConfigurationResponse Modifier and Type Method Description default CompletableFuture<DescribeNotificationConfigurationResponse>KinesisVideoAsyncClient. describeNotificationConfiguration(Consumer<DescribeNotificationConfigurationRequest.Builder> describeNotificationConfigurationRequest)Gets theNotificationConfigurationfor a given Kinesis video stream.default CompletableFuture<DescribeNotificationConfigurationResponse>KinesisVideoAsyncClient. describeNotificationConfiguration(DescribeNotificationConfigurationRequest describeNotificationConfigurationRequest)Gets theNotificationConfigurationfor a given Kinesis video stream.
-