| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeEdgeConfigurationResponse |
KinesisVideoClient.describeEdgeConfiguration(Consumer<DescribeEdgeConfigurationRequest.Builder> describeEdgeConfigurationRequest)
Describes a stream’s edge configuration that was set using the
StartEdgeConfigurationUpdate API and
the latest status of the edge agent's recorder and uploader jobs. |
default DescribeEdgeConfigurationResponse |
KinesisVideoClient.describeEdgeConfiguration(DescribeEdgeConfigurationRequest describeEdgeConfigurationRequest)
Describes a stream’s edge configuration that was set using the
StartEdgeConfigurationUpdate API and
the latest status of the edge agent's recorder and uploader jobs. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeEdgeConfigurationResponse> |
KinesisVideoAsyncClient.describeEdgeConfiguration(Consumer<DescribeEdgeConfigurationRequest.Builder> describeEdgeConfigurationRequest)
Describes a stream’s edge configuration that was set using the
StartEdgeConfigurationUpdate API and
the latest status of the edge agent's recorder and uploader jobs. |
default CompletableFuture<DescribeEdgeConfigurationResponse> |
KinesisVideoAsyncClient.describeEdgeConfiguration(DescribeEdgeConfigurationRequest describeEdgeConfigurationRequest)
Describes a stream’s edge configuration that was set using the
StartEdgeConfigurationUpdate API and
the latest status of the edge agent's recorder and uploader jobs. |
Copyright © 2023. All rights reserved.