| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
IpPermission |
IpPermission.clone() |
IpPermission |
IpPermission.withFromPort(Integer fromPort)
A starting value for a range of allowed port numbers.
|
IpPermission |
IpPermission.withIpRange(String ipRange)
A range of allowed IP addresses.
|
IpPermission |
IpPermission.withProtocol(IpProtocol protocol)
The network communication protocol used by the fleet.
|
IpPermission |
IpPermission.withProtocol(String protocol)
The network communication protocol used by the fleet.
|
IpPermission |
IpPermission.withToPort(Integer toPort)
An ending value for a range of allowed port numbers.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpPermission> |
CreateFleetRequest.getEC2InboundPermissions()
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on
the fleet.
|
List<IpPermission> |
UpdateFleetPortSettingsRequest.getInboundPermissionAuthorizations()
A collection of port settings to be added to the fleet record.
|
List<IpPermission> |
UpdateFleetPortSettingsRequest.getInboundPermissionRevocations()
A collection of port settings to be removed from the fleet record.
|
List<IpPermission> |
DescribeFleetPortSettingsResult.getInboundPermissions()
The port settings for the requested fleet ID.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest |
CreateFleetRequest.withEC2InboundPermissions(IpPermission... eC2InboundPermissions)
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on
the fleet.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet record.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
A collection of port settings to be removed from the fleet record.
|
DescribeFleetPortSettingsResult |
DescribeFleetPortSettingsResult.withInboundPermissions(IpPermission... inboundPermissions)
The port settings for the requested fleet ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFleetRequest.setEC2InboundPermissions(Collection<IpPermission> eC2InboundPermissions)
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on
the fleet.
|
void |
UpdateFleetPortSettingsRequest.setInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet record.
|
void |
UpdateFleetPortSettingsRequest.setInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
A collection of port settings to be removed from the fleet record.
|
void |
DescribeFleetPortSettingsResult.setInboundPermissions(Collection<IpPermission> inboundPermissions)
The port settings for the requested fleet ID.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InboundPermissions(Collection<IpPermission> eC2InboundPermissions)
Range of IP addresses and port settings that permit inbound traffic to access game sessions that are running on
the fleet.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet record.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
A collection of port settings to be removed from the fleet record.
|
DescribeFleetPortSettingsResult |
DescribeFleetPortSettingsResult.withInboundPermissions(Collection<IpPermission> inboundPermissions)
The port settings for the requested fleet ID.
|
Copyright © 2020. All rights reserved.