Uses of Interface
software.amazon.awssdk.services.gamelift.model.StopGameSessionPlacementResponse.Builder
-
Packages that use StopGameSessionPlacementResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of StopGameSessionPlacementResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return StopGameSessionPlacementResponse.Builder Modifier and Type Method Description static StopGameSessionPlacementResponse.BuilderStopGameSessionPlacementResponse. builder()default StopGameSessionPlacementResponse.BuilderStopGameSessionPlacementResponse.Builder. gameSessionPlacement(Consumer<GameSessionPlacement.Builder> gameSessionPlacement)Object that describes the canceled game session placement, withCANCELLEDstatus and an end time stamp.StopGameSessionPlacementResponse.BuilderStopGameSessionPlacementResponse.Builder. gameSessionPlacement(GameSessionPlacement gameSessionPlacement)Object that describes the canceled game session placement, withCANCELLEDstatus and an end time stamp.StopGameSessionPlacementResponse.BuilderStopGameSessionPlacementResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type StopGameSessionPlacementResponse.Builder Modifier and Type Method Description static Class<? extends StopGameSessionPlacementResponse.Builder>StopGameSessionPlacementResponse. serializableBuilderClass()
-