Uses of Interface
software.amazon.awssdk.services.gamelift.model.ContainerPortRange.Builder
-
Packages that use ContainerPortRange.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerPortRange.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ContainerPortRange.Builder Modifier and Type Method Description static ContainerPortRange.BuilderContainerPortRange. builder()ContainerPortRange.BuilderContainerPortRange.Builder. fromPort(Integer fromPort)A starting value for the range of allowed port numbers.ContainerPortRange.BuilderContainerPortRange.Builder. protocol(String protocol)The network protocol that these ports support.ContainerPortRange.BuilderContainerPortRange.Builder. protocol(IpProtocol protocol)The network protocol that these ports support.ContainerPortRange.BuilderContainerPortRange. toBuilder()ContainerPortRange.BuilderContainerPortRange.Builder. toPort(Integer toPort)An ending value for the range of allowed port numbers.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerPortRange.Builder Modifier and Type Method Description static Class<? extends ContainerPortRange.Builder>ContainerPortRange. serializableBuilderClass()
-