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