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