Uses of Class
software.amazon.awssdk.services.robomaker.model.PortMapping
-
Packages that use PortMapping Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of PortMapping in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type PortMapping Modifier and Type Method Description List<PortMapping>PortForwardingConfig. portMappings()The port mappings for the configuration.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type PortMapping Modifier and Type Method Description PortForwardingConfig.BuilderPortForwardingConfig.Builder. portMappings(PortMapping... portMappings)The port mappings for the configuration.Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type PortMapping Modifier and Type Method Description PortForwardingConfig.BuilderPortForwardingConfig.Builder. portMappings(Collection<PortMapping> portMappings)The port mappings for the configuration.
-