| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
List<IpPermission> |
CreateFleetRequest.ec2InboundPermissions()
The allowed IP address ranges and port settings that allow inbound traffic to access game sessions on this fleet.
|
List<IpPermission> |
UpdateFleetPortSettingsRequest.inboundPermissionAuthorizations()
A collection of port settings to be added to the fleet resource.
|
List<IpPermission> |
UpdateFleetPortSettingsRequest.inboundPermissionRevocations()
A collection of port settings to be removed from the fleet resource.
|
List<IpPermission> |
DescribeFleetPortSettingsResponse.inboundPermissions()
The port settings for the requested fleet ID.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.ec2InboundPermissions(IpPermission... ec2InboundPermissions)
The allowed IP address ranges and port settings that allow inbound traffic to access game sessions on this
fleet.
|
UpdateFleetPortSettingsRequest.Builder |
UpdateFleetPortSettingsRequest.Builder.inboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet resource.
|
UpdateFleetPortSettingsRequest.Builder |
UpdateFleetPortSettingsRequest.Builder.inboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
A collection of port settings to be removed from the fleet resource.
|
DescribeFleetPortSettingsResponse.Builder |
DescribeFleetPortSettingsResponse.Builder.inboundPermissions(IpPermission... inboundPermissions)
The port settings for the requested fleet ID.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.ec2InboundPermissions(Collection<IpPermission> ec2InboundPermissions)
The allowed IP address ranges and port settings that allow inbound traffic to access game sessions on this
fleet.
|
UpdateFleetPortSettingsRequest.Builder |
UpdateFleetPortSettingsRequest.Builder.inboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet resource.
|
UpdateFleetPortSettingsRequest.Builder |
UpdateFleetPortSettingsRequest.Builder.inboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
A collection of port settings to be removed from the fleet resource.
|
DescribeFleetPortSettingsResponse.Builder |
DescribeFleetPortSettingsResponse.Builder.inboundPermissions(Collection<IpPermission> inboundPermissions)
The port settings for the requested fleet ID.
|
Copyright © 2022. All rights reserved.