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