Uses of Class
software.amazon.awssdk.services.medialive.model.ClusterNetworkSettingsUpdateRequest
-
Packages that use ClusterNetworkSettingsUpdateRequest Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ClusterNetworkSettingsUpdateRequest in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return ClusterNetworkSettingsUpdateRequest Modifier and Type Method Description ClusterNetworkSettingsUpdateRequestUpdateClusterRequest. networkSettings()Include this property only if you want to change the current connections between the Nodes in the Cluster and the Networks the Cluster is associated with.Methods in software.amazon.awssdk.services.medialive.model with parameters of type ClusterNetworkSettingsUpdateRequest Modifier and Type Method Description UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. networkSettings(ClusterNetworkSettingsUpdateRequest networkSettings)Include this property only if you want to change the current connections between the Nodes in the Cluster and the Networks the Cluster is associated with.
-