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