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