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