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