Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<IpPermission> |
CreateFleetRequest.eC2InboundPermissions
Access limits for incoming traffic.
|
private java.util.List<IpPermission> |
UpdateFleetPortSettingsRequest.inboundPermissionAuthorizations
Collection of port settings to be added to the fleet record.
|
private java.util.List<IpPermission> |
UpdateFleetPortSettingsRequest.inboundPermissionRevocations
Collection of port settings to be removed from the fleet record.
|
private java.util.List<IpPermission> |
DescribeFleetPortSettingsResult.inboundPermissions
Object containing port settings for the requested fleet ID.
|
Modifier and Type | Method and Description |
---|---|
IpPermission |
IpPermission.clone() |
IpPermission |
IpPermission.withFromPort(java.lang.Integer fromPort)
Starting value for a range of allowed port numbers.
|
IpPermission |
IpPermission.withIpRange(java.lang.String ipRange)
Range of allowed IP addresses.
|
IpPermission |
IpPermission.withProtocol(IpProtocol protocol)
Network communication protocol used by the fleet.
|
IpPermission |
IpPermission.withProtocol(java.lang.String protocol)
Network communication protocol used by the fleet.
|
IpPermission |
IpPermission.withToPort(java.lang.Integer toPort)
Ending value for a range of allowed port numbers.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IpPermission> |
CreateFleetRequest.getEC2InboundPermissions()
Access limits for incoming traffic.
|
java.util.List<IpPermission> |
UpdateFleetPortSettingsRequest.getInboundPermissionAuthorizations()
Collection of port settings to be added to the fleet record.
|
java.util.List<IpPermission> |
UpdateFleetPortSettingsRequest.getInboundPermissionRevocations()
Collection of port settings to be removed from the fleet record.
|
java.util.List<IpPermission> |
DescribeFleetPortSettingsResult.getInboundPermissions()
Object containing port settings for the requested fleet ID.
|
Modifier and Type | Method and Description |
---|---|
CreateFleetRequest |
CreateFleetRequest.withEC2InboundPermissions(IpPermission... eC2InboundPermissions)
Access limits for incoming traffic.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
|
DescribeFleetPortSettingsResult |
DescribeFleetPortSettingsResult.withInboundPermissions(IpPermission... inboundPermissions)
Object containing port settings for the requested fleet ID.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateFleetRequest.setEC2InboundPermissions(java.util.Collection<IpPermission> eC2InboundPermissions)
Access limits for incoming traffic.
|
void |
UpdateFleetPortSettingsRequest.setInboundPermissionAuthorizations(java.util.Collection<IpPermission> inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
|
void |
UpdateFleetPortSettingsRequest.setInboundPermissionRevocations(java.util.Collection<IpPermission> inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
|
void |
DescribeFleetPortSettingsResult.setInboundPermissions(java.util.Collection<IpPermission> inboundPermissions)
Object containing port settings for the requested fleet ID.
|
CreateFleetRequest |
CreateFleetRequest.withEC2InboundPermissions(java.util.Collection<IpPermission> eC2InboundPermissions)
Access limits for incoming traffic.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionAuthorizations(java.util.Collection<IpPermission> inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
|
UpdateFleetPortSettingsRequest |
UpdateFleetPortSettingsRequest.withInboundPermissionRevocations(java.util.Collection<IpPermission> inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
|
DescribeFleetPortSettingsResult |
DescribeFleetPortSettingsResult.withInboundPermissions(java.util.Collection<IpPermission> inboundPermissions)
Object containing port settings for the requested fleet ID.
|
Modifier and Type | Method and Description |
---|---|
IpPermission |
IpPermissionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IpPermissionJsonMarshaller.marshall(IpPermission ipPermission,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|