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