Uses of Interface
software.amazon.awssdk.services.sms.model.NotificationContext.Builder
-
Packages that use NotificationContext.Builder Package Description software.amazon.awssdk.services.sms.model -
-
Uses of NotificationContext.Builder in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return NotificationContext.Builder Modifier and Type Method Description static NotificationContext.BuilderNotificationContext. builder()NotificationContext.BuilderNotificationContext.Builder. status(String status)The status of the validation.NotificationContext.BuilderNotificationContext.Builder. status(ValidationStatus status)The status of the validation.NotificationContext.BuilderNotificationContext.Builder. statusMessage(String statusMessage)The status message.NotificationContext.BuilderNotificationContext. toBuilder()NotificationContext.BuilderNotificationContext.Builder. validationId(String validationId)The ID of the validation.Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type NotificationContext.Builder Modifier and Type Method Description static Class<? extends NotificationContext.Builder>NotificationContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type NotificationContext.Builder Modifier and Type Method Description default NotifyAppValidationOutputRequest.BuilderNotifyAppValidationOutputRequest.Builder. notificationContext(Consumer<NotificationContext.Builder> notificationContext)The notification information.
-