Uses of Class
software.amazon.awssdk.services.medialive.model.ClusterNetworkSettings
-
Packages that use ClusterNetworkSettings Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ClusterNetworkSettings in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return ClusterNetworkSettings Modifier and Type Method Description ClusterNetworkSettingsCreateClusterResponse. networkSettings()Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.ClusterNetworkSettingsDeleteClusterResponse. networkSettings()Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.ClusterNetworkSettingsDescribeClusterResponse. networkSettings()Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.ClusterNetworkSettingsDescribeClusterSummary. networkSettings()Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.ClusterNetworkSettingsUpdateClusterResponse. networkSettings()Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.Methods in software.amazon.awssdk.services.medialive.model with parameters of type ClusterNetworkSettings Modifier and Type Method Description CreateClusterResponse.BuilderCreateClusterResponse.Builder. networkSettings(ClusterNetworkSettings networkSettings)Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.DeleteClusterResponse.BuilderDeleteClusterResponse.Builder. networkSettings(ClusterNetworkSettings networkSettings)Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.DescribeClusterResponse.BuilderDescribeClusterResponse.Builder. networkSettings(ClusterNetworkSettings networkSettings)Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.DescribeClusterSummary.BuilderDescribeClusterSummary.Builder. networkSettings(ClusterNetworkSettings networkSettings)Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.UpdateClusterResponse.BuilderUpdateClusterResponse.Builder. networkSettings(ClusterNetworkSettings networkSettings)Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.
-