Uses of Interface
software.amazon.awssdk.services.notifications.model.CreateNotificationConfigurationResponse.Builder
-
Packages that use CreateNotificationConfigurationResponse.Builder Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of CreateNotificationConfigurationResponse.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return CreateNotificationConfigurationResponse.Builder Modifier and Type Method Description CreateNotificationConfigurationResponse.BuilderCreateNotificationConfigurationResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) of theNotificationConfiguration.static CreateNotificationConfigurationResponse.BuilderCreateNotificationConfigurationResponse. builder()CreateNotificationConfigurationResponse.BuilderCreateNotificationConfigurationResponse.Builder. status(String status)The current status of thisNotificationConfiguration.CreateNotificationConfigurationResponse.BuilderCreateNotificationConfigurationResponse.Builder. status(NotificationConfigurationStatus status)The current status of thisNotificationConfiguration.CreateNotificationConfigurationResponse.BuilderCreateNotificationConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type CreateNotificationConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends CreateNotificationConfigurationResponse.Builder>CreateNotificationConfigurationResponse. serializableBuilderClass()
-