Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.EdgeConfig
-
Packages that use EdgeConfig Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of EdgeConfig in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return EdgeConfig Modifier and Type Method Description EdgeConfigDescribeEdgeConfigurationResponse. edgeConfig()A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component.EdgeConfigListEdgeAgentConfigurationsEdgeConfig. edgeConfig()Returns the value of the EdgeConfig property for this object.EdgeConfigStartEdgeConfigurationUpdateRequest. edgeConfig()The edge configuration details required to invoke the update process.EdgeConfigStartEdgeConfigurationUpdateResponse. edgeConfig()A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component.Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type EdgeConfig Modifier and Type Method Description DescribeEdgeConfigurationResponse.BuilderDescribeEdgeConfigurationResponse.Builder. edgeConfig(EdgeConfig edgeConfig)A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component.ListEdgeAgentConfigurationsEdgeConfig.BuilderListEdgeAgentConfigurationsEdgeConfig.Builder. edgeConfig(EdgeConfig edgeConfig)Sets the value of the EdgeConfig property for this object.StartEdgeConfigurationUpdateRequest.BuilderStartEdgeConfigurationUpdateRequest.Builder. edgeConfig(EdgeConfig edgeConfig)The edge configuration details required to invoke the update process.StartEdgeConfigurationUpdateResponse.BuilderStartEdgeConfigurationUpdateResponse.Builder. edgeConfig(EdgeConfig edgeConfig)A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component.
-