Uses of Class
software.amazon.awssdk.services.gamelift.model.GameSessionDetail
-
Packages that use GameSessionDetail Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of GameSessionDetail in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameSessionDetail Modifier and Type Method Description List<GameSessionDetail>DescribeGameSessionDetailsResponse. gameSessionDetails()A collection of properties for each game session that matches the request.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type GameSessionDetail Modifier and Type Method Description DescribeGameSessionDetailsResponse.BuilderDescribeGameSessionDetailsResponse.Builder. gameSessionDetails(GameSessionDetail... gameSessionDetails)A collection of properties for each game session that matches the request.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type GameSessionDetail Modifier and Type Method Description DescribeGameSessionDetailsResponse.BuilderDescribeGameSessionDetailsResponse.Builder. gameSessionDetails(Collection<GameSessionDetail> gameSessionDetails)A collection of properties for each game session that matches the request. -
Uses of GameSessionDetail in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type GameSessionDetail Modifier and Type Method Description SdkIterable<GameSessionDetail>DescribeGameSessionDetailsIterable. gameSessionDetails()Returns an iterable to iterate through the paginatedDescribeGameSessionDetailsResponse.gameSessionDetails()member.SdkPublisher<GameSessionDetail>DescribeGameSessionDetailsPublisher. gameSessionDetails()Returns a publisher that can be used to get a stream of data.
-