Uses of Interface
software.amazon.awssdk.services.appsync.model.AppSyncException.Builder
-
Packages that use AppSyncException.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of AppSyncException.Builder in software.amazon.awssdk.services.appsync.model
Subinterfaces of AppSyncException.Builder in software.amazon.awssdk.services.appsync.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceApiKeyLimitExceededException.Builderstatic interfaceApiKeyValidityOutOfBoundsException.Builderstatic interfaceApiLimitExceededException.Builderstatic interfaceBadRequestException.Builderstatic interfaceConcurrentModificationException.Builderstatic interfaceConflictException.Builderstatic interfaceGraphQlSchemaException.Builderstatic interfaceInternalFailureException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceUnauthorizedException.BuilderClasses in software.amazon.awssdk.services.appsync.model that implement AppSyncException.Builder Modifier and Type Class Description protected static classAppSyncException.BuilderImplMethods in software.amazon.awssdk.services.appsync.model that return AppSyncException.Builder Modifier and Type Method Description AppSyncException.BuilderAppSyncException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static AppSyncException.BuilderAppSyncException. builder()AppSyncException.BuilderAppSyncException.Builder. cause(Throwable cause)AppSyncException.BuilderAppSyncException.Builder. message(String message)AppSyncException.BuilderAppSyncException.Builder. requestId(String requestId)AppSyncException.BuilderAppSyncException.Builder. statusCode(int statusCode)AppSyncException.BuilderAppSyncException. toBuilder()AppSyncException.BuilderAppSyncException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type AppSyncException.Builder Modifier and Type Method Description static Class<? extends AppSyncException.Builder>AppSyncException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.appsync.model with parameters of type AppSyncException.Builder Constructor Description AppSyncException(AppSyncException.Builder builder)
-