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