Uses of Interface
software.amazon.awssdk.services.notifications.model.UpdateNotificationConfigurationRequest.Builder
-
Packages that use UpdateNotificationConfigurationRequest.Builder Package Description software.amazon.awssdk.services.notifications The Amazon Web Services 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 aNotificationConfiguration.default UpdateNotificationConfigurationResponseNotificationsClient. updateNotificationConfiguration(Consumer<UpdateNotificationConfigurationRequest.Builder> updateNotificationConfigurationRequest)Updates aNotificationConfiguration. -
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 aggregation preference of theNotificationConfiguration.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. aggregationDuration(AggregationDuration aggregationDuration)The aggregation preference of theNotificationConfiguration.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) used to update theNotificationConfiguration.static UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest. builder()UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. description(String description)The description of theNotificationConfiguration.UpdateNotificationConfigurationRequest.BuilderUpdateNotificationConfigurationRequest.Builder. name(String name)The name of theNotificationConfiguration.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()
-