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