Uses of Class
software.amazon.awssdk.services.lightsail.model.InstancePortInfo
-
Packages that use InstancePortInfo Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of InstancePortInfo in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type InstancePortInfo Modifier and Type Method Description List<InstancePortInfo>InstanceNetworking. ports()An array of key-value pairs containing information about the ports on the instance.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type InstancePortInfo Modifier and Type Method Description InstanceNetworking.BuilderInstanceNetworking.Builder. ports(InstancePortInfo... ports)An array of key-value pairs containing information about the ports on the instance.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type InstancePortInfo Modifier and Type Method Description InstanceNetworking.BuilderInstanceNetworking.Builder. ports(Collection<InstancePortInfo> ports)An array of key-value pairs containing information about the ports on the instance.
-