Uses of Interface
software.amazon.awssdk.services.notifications.model.NotificationsException.Builder
-
Packages that use NotificationsException.Builder Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of NotificationsException.Builder in software.amazon.awssdk.services.notifications.model
Subinterfaces of NotificationsException.Builder in software.amazon.awssdk.services.notifications.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceThrottlingException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.notifications.model that implement NotificationsException.Builder Modifier and Type Class Description protected static classNotificationsException.BuilderImplMethods in software.amazon.awssdk.services.notifications.model that return NotificationsException.Builder Modifier and Type Method Description NotificationsException.BuilderNotificationsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static NotificationsException.BuilderNotificationsException. builder()NotificationsException.BuilderNotificationsException.Builder. cause(Throwable cause)NotificationsException.BuilderNotificationsException.Builder. message(String message)NotificationsException.BuilderNotificationsException.Builder. requestId(String requestId)NotificationsException.BuilderNotificationsException.Builder. statusCode(int statusCode)NotificationsException.BuilderNotificationsException. toBuilder()NotificationsException.BuilderNotificationsException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type NotificationsException.Builder Modifier and Type Method Description static Class<? extends NotificationsException.Builder>NotificationsException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.notifications.model with parameters of type NotificationsException.Builder Constructor Description NotificationsException(NotificationsException.Builder builder)
-