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