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