Uses of Class
software.amazon.awssdk.services.gamelift.model.GameServerGroup
-
Packages that use GameServerGroup Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of GameServerGroup in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return GameServerGroup Modifier and Type Method Description GameServerGroupCreateGameServerGroupResponse. gameServerGroup()The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game server group and the object's status.GameServerGroupDeleteGameServerGroupResponse. gameServerGroup()An object that describes the deleted game server group resource, with status updated toDELETE_SCHEDULED.GameServerGroupDescribeGameServerGroupResponse. gameServerGroup()An object with the property settings for the requested game server group resource.GameServerGroupResumeGameServerGroupResponse. gameServerGroup()An object that describes the game server group resource, with theSuspendedActionsproperty updated to reflect the resumed activity.GameServerGroupSuspendGameServerGroupResponse. gameServerGroup()An object that describes the game server group resource, with theSuspendedActionsproperty updated to reflect the suspended activity.GameServerGroupUpdateGameServerGroupResponse. gameServerGroup()An object that describes the game server group resource with updated properties.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameServerGroup Modifier and Type Method Description List<GameServerGroup>ListGameServerGroupsResponse. gameServerGroups()The game server groups' game server groups.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type GameServerGroup Modifier and Type Method Description CreateGameServerGroupResponse.BuilderCreateGameServerGroupResponse.Builder. gameServerGroup(GameServerGroup gameServerGroup)The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game server group and the object's status.DeleteGameServerGroupResponse.BuilderDeleteGameServerGroupResponse.Builder. gameServerGroup(GameServerGroup gameServerGroup)An object that describes the deleted game server group resource, with status updated toDELETE_SCHEDULED.DescribeGameServerGroupResponse.BuilderDescribeGameServerGroupResponse.Builder. gameServerGroup(GameServerGroup gameServerGroup)An object with the property settings for the requested game server group resource.ResumeGameServerGroupResponse.BuilderResumeGameServerGroupResponse.Builder. gameServerGroup(GameServerGroup gameServerGroup)An object that describes the game server group resource, with theSuspendedActionsproperty updated to reflect the resumed activity.SuspendGameServerGroupResponse.BuilderSuspendGameServerGroupResponse.Builder. gameServerGroup(GameServerGroup gameServerGroup)An object that describes the game server group resource, with theSuspendedActionsproperty updated to reflect the suspended activity.UpdateGameServerGroupResponse.BuilderUpdateGameServerGroupResponse.Builder. gameServerGroup(GameServerGroup gameServerGroup)An object that describes the game server group resource with updated properties.ListGameServerGroupsResponse.BuilderListGameServerGroupsResponse.Builder. gameServerGroups(GameServerGroup... gameServerGroups)The game server groups' game server groups.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type GameServerGroup Modifier and Type Method Description ListGameServerGroupsResponse.BuilderListGameServerGroupsResponse.Builder. gameServerGroups(Collection<GameServerGroup> gameServerGroups)The game server groups' game server groups. -
Uses of GameServerGroup in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type GameServerGroup Modifier and Type Method Description SdkIterable<GameServerGroup>ListGameServerGroupsIterable. gameServerGroups()Returns an iterable to iterate through the paginatedListGameServerGroupsResponse.gameServerGroups()member.SdkPublisher<GameServerGroup>ListGameServerGroupsPublisher. gameServerGroups()Returns a publisher that can be used to get a stream of data.
-