Uses of Interface
software.amazon.awssdk.services.notifications.model.UpdateNotificationConfigurationRequest.Builder
-
Packages that use UpdateNotificationConfigurationRequest.Builder Package Description software.amazon.awssdk.services.notifications The AWS User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions.software.amazon.awssdk.services.notifications.model -
-
Uses of UpdateNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type UpdateNotificationConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateNotificationConfigurationResponse>NotificationsAsyncClient. updateNotificationConfiguration(Consumer<UpdateNotificationConfigurationRequest.Builder> updateNotificationConfigurationRequest)Updates a NotificationConfiguration.default UpdateNotificationConfigurationResponseNotificationsClient. updateNotificationConfiguration(Consumer<UpdateNotificationConfigurationRequest.Builder> updateNotificationConfigurationRequest)Updates a NotificationConfiguration. -
Uses of UpdateNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return UpdateNotificationConfigurationRequest.Builder Modifier and Type Method Description UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. aggregationDuration(String aggregationDuration)The status of this NotificationConfiguration.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. aggregationDuration(AggregationDuration aggregationDuration)The status of this NotificationConfiguration.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) used to update the NotificationConfiguration.static UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest. builder()UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. description(String description)The description of the NotificationConfiguration.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. name(String name)The name of the NotificationConfiguration.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type UpdateNotificationConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateNotificationConfigurationRequest.Builder>UpdateNotificationConfigurationRequest. serializableBuilderClass()
-