Uses of Interface
software.amazon.awssdk.services.gamelift.model.CreateGameSessionResponse.Builder
-
Packages that use CreateGameSessionResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of CreateGameSessionResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return CreateGameSessionResponse.Builder Modifier and Type Method Description static CreateGameSessionResponse.BuilderCreateGameSessionResponse. builder()default CreateGameSessionResponse.BuilderCreateGameSessionResponse.Builder. gameSession(Consumer<GameSession.Builder> gameSession)Object that describes the newly created game session record.CreateGameSessionResponse.BuilderCreateGameSessionResponse.Builder. gameSession(GameSession gameSession)Object that describes the newly created game session record.CreateGameSessionResponse.BuilderCreateGameSessionResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type CreateGameSessionResponse.Builder Modifier and Type Method Description static Class<? extends CreateGameSessionResponse.Builder>CreateGameSessionResponse. serializableBuilderClass()
-