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