Uses of Interface
software.amazon.awssdk.services.gamelift.model.ConnectionPortRange.Builder
-
Packages that use ConnectionPortRange.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ConnectionPortRange.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ConnectionPortRange.Builder Modifier and Type Method Description static ConnectionPortRange.BuilderConnectionPortRange. builder()ConnectionPortRange.BuilderConnectionPortRange.Builder. fromPort(Integer fromPort)Starting value for the port range.ConnectionPortRange.BuilderConnectionPortRange. toBuilder()ConnectionPortRange.BuilderConnectionPortRange.Builder. toPort(Integer toPort)Ending value for the port.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ConnectionPortRange.Builder Modifier and Type Method Description static Class<? extends ConnectionPortRange.Builder>ConnectionPortRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ConnectionPortRange.Builder Modifier and Type Method Description default ContainerGroupsAttributes.BuilderContainerGroupsAttributes.Builder. connectionPortRange(Consumer<ConnectionPortRange.Builder> connectionPortRange)A set of ports that allow inbound traffic to connect to processes running in the fleet's container groups.default ContainerGroupsConfiguration.BuilderContainerGroupsConfiguration.Builder. connectionPortRange(Consumer<ConnectionPortRange.Builder> connectionPortRange)A set of ports to allow inbound traffic, including game clients, to connect to processes running in the container fleet.
-