| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeEdgeConfigurationResult |
AbstractAmazonKinesisVideo.describeEdgeConfiguration(DescribeEdgeConfigurationRequest request) |
DescribeEdgeConfigurationResult |
AmazonKinesisVideoClient.describeEdgeConfiguration(DescribeEdgeConfigurationRequest request)
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. |
DescribeEdgeConfigurationResult |
AmazonKinesisVideo.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 |
|---|---|
DescribeEdgeConfigurationResult |
DescribeEdgeConfigurationResult.clone() |
DescribeEdgeConfigurationResult |
DescribeEdgeConfigurationResult.withCreationTime(Date creationTime)
The timestamp at which a stream’s edge configuration was first created.
|
DescribeEdgeConfigurationResult |
DescribeEdgeConfigurationResult.withEdgeAgentStatus(EdgeAgentStatus edgeAgentStatus)
An object that contains the latest status details for an edge agent's recorder and uploader jobs.
|
DescribeEdgeConfigurationResult |
DescribeEdgeConfigurationResult.withEdgeConfig(EdgeConfig edgeConfig)
A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass
component.
|
DescribeEdgeConfigurationResult |
DescribeEdgeConfigurationResult.withFailedStatusDetails(String failedStatusDetails)
A description of the generated failure status.
|
DescribeEdgeConfigurationResult |
DescribeEdgeConfigurationResult.withLastUpdatedTime(Date lastUpdatedTime)
The timestamp at which a stream’s edge configuration was last updated.
|
DescribeEdgeConfigurationResult |
DescribeEdgeConfigurationResult.withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
DescribeEdgeConfigurationResult |
DescribeEdgeConfigurationResult.withStreamName(String streamName)
The name of the stream from which the edge configuration was updated.
|
DescribeEdgeConfigurationResult |
DescribeEdgeConfigurationResult.withSyncStatus(String syncStatus)
The latest status of the edge configuration update.
|
DescribeEdgeConfigurationResult |
DescribeEdgeConfigurationResult.withSyncStatus(SyncStatus syncStatus)
The latest status of the edge configuration update.
|
Copyright © 2024. All rights reserved.