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