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