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.Builder
MfaMethodNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static MfaMethodNotFoundException.Builder
MfaMethodNotFoundException. builder()
MfaMethodNotFoundException.Builder
MfaMethodNotFoundException.Builder. cause(Throwable cause)
MfaMethodNotFoundException.Builder
MfaMethodNotFoundException.Builder. message(String message)
MfaMethodNotFoundException.Builder
MfaMethodNotFoundException.Builder. requestId(String requestId)
MfaMethodNotFoundException.Builder
MfaMethodNotFoundException.Builder. statusCode(int statusCode)
MfaMethodNotFoundException.Builder
MfaMethodNotFoundException. toBuilder()
MfaMethodNotFoundException.Builder
MfaMethodNotFoundException.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()
-