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