Uses of Interface
software.amazon.awssdk.services.gamelift.model.GameSessionFullException.Builder
-
Packages that use GameSessionFullException.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of GameSessionFullException.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return GameSessionFullException.Builder Modifier and Type Method Description GameSessionFullException.BuilderGameSessionFullException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static GameSessionFullException.BuilderGameSessionFullException. builder()GameSessionFullException.BuilderGameSessionFullException.Builder. cause(Throwable cause)GameSessionFullException.BuilderGameSessionFullException.Builder. message(String message)GameSessionFullException.BuilderGameSessionFullException.Builder. requestId(String requestId)GameSessionFullException.BuilderGameSessionFullException.Builder. statusCode(int statusCode)GameSessionFullException.BuilderGameSessionFullException. toBuilder()GameSessionFullException.BuilderGameSessionFullException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameSessionFullException.Builder Modifier and Type Method Description static Class<? extends GameSessionFullException.Builder>GameSessionFullException. serializableBuilderClass()
-