Uses of Interface
software.amazon.awssdk.services.gamelift.model.ResumeGameServerGroupResponse.Builder
-
Packages that use ResumeGameServerGroupResponse.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ResumeGameServerGroupResponse.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ResumeGameServerGroupResponse.Builder Modifier and Type Method Description static ResumeGameServerGroupResponse.BuilderResumeGameServerGroupResponse. builder()default ResumeGameServerGroupResponse.BuilderResumeGameServerGroupResponse.Builder. gameServerGroup(Consumer<GameServerGroup.Builder> gameServerGroup)An object that describes the game server group resource, with theSuspendedActionsproperty updated to reflect the resumed activity.ResumeGameServerGroupResponse.BuilderResumeGameServerGroupResponse.Builder. gameServerGroup(GameServerGroup gameServerGroup)An object that describes the game server group resource, with theSuspendedActionsproperty updated to reflect the resumed activity.ResumeGameServerGroupResponse.BuilderResumeGameServerGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ResumeGameServerGroupResponse.Builder Modifier and Type Method Description static Class<? extends ResumeGameServerGroupResponse.Builder>ResumeGameServerGroupResponse. serializableBuilderClass()
-