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