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