Uses of Class
software.amazon.awssdk.services.gamelift.model.ContainerMountPoint
-
Packages that use ContainerMountPoint Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerMountPoint in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerMountPoint Modifier and Type Method Description List<ContainerMountPoint>GameServerContainerDefinition. mountPoints()A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.List<ContainerMountPoint>GameServerContainerDefinitionInput. mountPoints()A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.List<ContainerMountPoint>SupportContainerDefinition. mountPoints()A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.List<ContainerMountPoint>SupportContainerDefinitionInput. mountPoints()A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ContainerMountPoint Modifier and Type Method Description GameServerContainerDefinition.BuilderGameServerContainerDefinition.Builder. mountPoints(ContainerMountPoint... mountPoints)A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.GameServerContainerDefinitionInput.BuilderGameServerContainerDefinitionInput.Builder. mountPoints(ContainerMountPoint... mountPoints)A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.SupportContainerDefinition.BuilderSupportContainerDefinition.Builder. mountPoints(ContainerMountPoint... mountPoints)A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.SupportContainerDefinitionInput.BuilderSupportContainerDefinitionInput.Builder. mountPoints(ContainerMountPoint... mountPoints)A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerMountPoint Modifier and Type Method Description GameServerContainerDefinition.BuilderGameServerContainerDefinition.Builder. mountPoints(Collection<ContainerMountPoint> mountPoints)A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.GameServerContainerDefinitionInput.BuilderGameServerContainerDefinitionInput.Builder. mountPoints(Collection<ContainerMountPoint> mountPoints)A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.SupportContainerDefinition.BuilderSupportContainerDefinition.Builder. mountPoints(Collection<ContainerMountPoint> mountPoints)A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.SupportContainerDefinitionInput.BuilderSupportContainerDefinitionInput.Builder. mountPoints(Collection<ContainerMountPoint> mountPoints)A mount point that binds a path inside the container to a file or directory on the host system and lets it access the file or directory.
-