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