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