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