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