Uses of Class
software.amazon.awssdk.services.gamelift.model.GameServerInstance
-
Packages that use GameServerInstance Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of GameServerInstance in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameServerInstance Modifier and Type Method Description List<GameServerInstance>DescribeGameServerInstancesResponse. gameServerInstances()The collection of requested game server instances.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type GameServerInstance Modifier and Type Method Description DescribeGameServerInstancesResponse.BuilderDescribeGameServerInstancesResponse.Builder. gameServerInstances(GameServerInstance... gameServerInstances)The collection of requested game server instances.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type GameServerInstance Modifier and Type Method Description DescribeGameServerInstancesResponse.BuilderDescribeGameServerInstancesResponse.Builder. gameServerInstances(Collection<GameServerInstance> gameServerInstances)The collection of requested game server instances. -
Uses of GameServerInstance in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type GameServerInstance Modifier and Type Method Description SdkIterable<GameServerInstance>DescribeGameServerInstancesIterable. gameServerInstances()Returns an iterable to iterate through the paginatedDescribeGameServerInstancesResponse.gameServerInstances()member.SdkPublisher<GameServerInstance>DescribeGameServerInstancesPublisher. gameServerInstances()Returns a publisher that can be used to get a stream of data.
-