Uses of Class
software.amazon.awssdk.services.gamelift.model.IpPermission
-
Packages that use IpPermission Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of IpPermission in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type IpPermission Modifier and Type Method 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.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type IpPermission Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. ec2InboundPermissions(IpPermission... ec2InboundPermissions)The allowed IP address ranges and port settings that allow inbound traffic to access game sessions on this fleet.UpdateFleetPortSettingsRequest.BuilderUpdateFleetPortSettingsRequest.Builder. inboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)A collection of port settings to be added to the fleet resource.UpdateFleetPortSettingsRequest.BuilderUpdateFleetPortSettingsRequest.Builder. inboundPermissionRevocations(IpPermission... inboundPermissionRevocations)A collection of port settings to be removed from the fleet resource.DescribeFleetPortSettingsResponse.BuilderDescribeFleetPortSettingsResponse.Builder. inboundPermissions(IpPermission... inboundPermissions)The port settings for the requested fleet ID.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type IpPermission Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.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.BuilderUpdateFleetPortSettingsRequest.Builder. inboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)A collection of port settings to be added to the fleet resource.UpdateFleetPortSettingsRequest.BuilderUpdateFleetPortSettingsRequest.Builder. inboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)A collection of port settings to be removed from the fleet resource.DescribeFleetPortSettingsResponse.BuilderDescribeFleetPortSettingsResponse.Builder. inboundPermissions(Collection<IpPermission> inboundPermissions)The port settings for the requested fleet ID.
-