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