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