Uses of Class
software.amazon.awssdk.services.medialive.model.NetworkInterfaceMode
-
Packages that use NetworkInterfaceMode Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of NetworkInterfaceMode in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return NetworkInterfaceMode Modifier and Type Method Description static NetworkInterfaceModeNetworkInterfaceMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NetworkInterfaceModeNodeInterfaceMapping. networkInterfaceMode()Returns the value of the NetworkInterfaceMode property for this object.NetworkInterfaceModeNodeInterfaceMappingCreateRequest. networkInterfaceMode()The style of the network -- NAT or BRIDGE.static NetworkInterfaceModeNetworkInterfaceMode. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkInterfaceMode[]NetworkInterfaceMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type NetworkInterfaceMode Modifier and Type Method Description static Set<NetworkInterfaceMode>NetworkInterfaceMode. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type NetworkInterfaceMode Modifier and Type Method Description NodeInterfaceMapping.BuilderNodeInterfaceMapping.Builder. networkInterfaceMode(NetworkInterfaceMode networkInterfaceMode)Sets the value of the NetworkInterfaceMode property for this object.NodeInterfaceMappingCreateRequest.BuilderNodeInterfaceMappingCreateRequest.Builder. networkInterfaceMode(NetworkInterfaceMode networkInterfaceMode)The style of the network -- NAT or BRIDGE.
-