Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerPortMapping
-
Packages that use ContainerPortMapping Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerPortMapping in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerPortMapping Modifier and Type Method Description List<ContainerPortMapping>ContainerAttributes. containerPortMappings()Describes how container ports map to connection ports on the fleet instance.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerPortMapping Modifier and Type Method Description ContainerAttributes.BuilderContainerAttributes.Builder. containerPortMappings(ContainerPortMapping... containerPortMappings)Describes how container ports map to connection ports on the fleet instance.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerPortMapping Modifier and Type Method Description ContainerAttributes.BuilderContainerAttributes.Builder. containerPortMappings(Collection<ContainerPortMapping> containerPortMappings)Describes how container ports map to connection ports on the fleet instance.
-