Uses of Interface
software.amazon.awssdk.services.gamelift.model.GameLiftException.Builder
-
Packages that use GameLiftException.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of GameLiftException.Builder in software.amazon.awssdk.services.gamelift.model
Subinterfaces of GameLiftException.Builder in software.amazon.awssdk.services.gamelift.model Modifier and Type Interface Description static interfaceConflictException.Builderstatic interfaceFleetCapacityExceededException.Builderstatic interfaceGameSessionFullException.Builderstatic interfaceIdempotentParameterMismatchException.Builderstatic interfaceInternalServiceException.Builderstatic interfaceInvalidFleetStatusException.Builderstatic interfaceInvalidGameSessionStatusException.Builderstatic interfaceInvalidRequestException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceNotFoundException.Builderstatic interfaceNotReadyException.Builderstatic interfaceOutOfCapacityException.Builderstatic interfaceTaggingFailedException.Builderstatic interfaceTerminalRoutingStrategyException.Builderstatic interfaceUnauthorizedException.Builderstatic interfaceUnsupportedRegionException.BuilderClasses in software.amazon.awssdk.services.gamelift.model that implement GameLiftException.Builder Modifier and Type Class Description protected static classGameLiftException.BuilderImplMethods in software.amazon.awssdk.services.gamelift.model that return GameLiftException.Builder Modifier and Type Method Description GameLiftException.BuilderGameLiftException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static GameLiftException.BuilderGameLiftException. builder()GameLiftException.BuilderGameLiftException.Builder. cause(Throwable cause)GameLiftException.BuilderGameLiftException.Builder. message(String message)GameLiftException.BuilderGameLiftException.Builder. requestId(String requestId)GameLiftException.BuilderGameLiftException.Builder. statusCode(int statusCode)GameLiftException.BuilderGameLiftException. toBuilder()GameLiftException.BuilderGameLiftException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameLiftException.Builder Modifier and Type Method Description static Class<? extends GameLiftException.Builder>GameLiftException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.gamelift.model with parameters of type GameLiftException.Builder Constructor Description GameLiftException(GameLiftException.Builder builder)
-