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