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 IP address ranges and port settings that allow inbound traffic to access game server processes and other processes 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.List<IpPermission>UpdateContainerFleetRequest. instanceInboundPermissionAuthorizations()A set of ports to add to the container fleet's inbound permissions.List<IpPermission>UpdateContainerFleetRequest. instanceInboundPermissionRevocations()A set of ports to remove from the container fleet's inbound permissions.List<IpPermission>ContainerFleet. instanceInboundPermissions()The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet.List<IpPermission>CreateContainerFleetRequest. instanceInboundPermissions()The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet.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 IP address ranges and port settings that allow inbound traffic to access game server processes and other processes 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.UpdateContainerFleetRequest.BuilderUpdateContainerFleetRequest.Builder. instanceInboundPermissionAuthorizations(IpPermission... instanceInboundPermissionAuthorizations)A set of ports to add to the container fleet's inbound permissions.UpdateContainerFleetRequest.BuilderUpdateContainerFleetRequest.Builder. instanceInboundPermissionRevocations(IpPermission... instanceInboundPermissionRevocations)A set of ports to remove from the container fleet's inbound permissions.ContainerFleet.BuilderContainerFleet.Builder. instanceInboundPermissions(IpPermission... instanceInboundPermissions)The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet.CreateContainerFleetRequest.BuilderCreateContainerFleetRequest.Builder. instanceInboundPermissions(IpPermission... instanceInboundPermissions)The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet.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 IP address ranges and port settings that allow inbound traffic to access game server processes and other processes 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.UpdateContainerFleetRequest.BuilderUpdateContainerFleetRequest.Builder. instanceInboundPermissionAuthorizations(Collection<IpPermission> instanceInboundPermissionAuthorizations)A set of ports to add to the container fleet's inbound permissions.UpdateContainerFleetRequest.BuilderUpdateContainerFleetRequest.Builder. instanceInboundPermissionRevocations(Collection<IpPermission> instanceInboundPermissionRevocations)A set of ports to remove from the container fleet's inbound permissions.ContainerFleet.BuilderContainerFleet.Builder. instanceInboundPermissions(Collection<IpPermission> instanceInboundPermissions)The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet.CreateContainerFleetRequest.BuilderCreateContainerFleetRequest.Builder. instanceInboundPermissions(Collection<IpPermission> instanceInboundPermissions)The IP address ranges and port settings that allow inbound traffic to access game server processes and other processes on this fleet.
-