Uses of Class
software.amazon.awscdk.services.gamelift.alpha.Port
Package
Description
Amazon GameLift Construct Library
-
Uses of Port in software.amazon.awscdk.services.gamelift.alpha
Modifier and TypeMethodDescriptionstatic Port
Port.allTcp()
(experimental) Any TCP traffic.static Port
Port.allUdp()
(experimental) Any UDP traffic.Port.Builder.build()
IngressRule.getPort()
(experimental) The port range used for ingress traffic.final Port
IngressRule.Jsii$Proxy.getPort()
static Port
(experimental) A single TCP port.static Port
(experimental) A TCP port range.static Port
(experimental) A single UDP port.static Port
(experimental) A UDP port range.Modifier and TypeMethodDescriptionvoid
BuildFleet.addIngressRule
(IPeer source, Port port) (experimental) Adds an ingress rule to allow inbound traffic to access game sessions on this fleet.Sets the value ofIngressRule.getPort()