Uses of Class
software.amazon.awssdk.services.medialive.model.InterfaceMapping
-
Packages that use InterfaceMapping Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InterfaceMapping in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InterfaceMapping Modifier and Type Method Description List<InterfaceMapping>ClusterNetworkSettings. interfaceMappings()An array of interfaceMapping objects for this Cluster.Methods in software.amazon.awssdk.services.medialive.model with parameters of type InterfaceMapping Modifier and Type Method Description ClusterNetworkSettings.BuilderClusterNetworkSettings.Builder. interfaceMappings(InterfaceMapping... interfaceMappings)An array of interfaceMapping objects for this Cluster.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type InterfaceMapping Modifier and Type Method Description ClusterNetworkSettings.BuilderClusterNetworkSettings.Builder. interfaceMappings(Collection<InterfaceMapping> interfaceMappings)An array of interfaceMapping objects for this Cluster.
-