Uses of Interface
software.amazon.awssdk.services.notifications.model.CreateNotificationConfigurationRequest.Builder
-
Packages that use CreateNotificationConfigurationRequest.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 CreateNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.notifications
Method parameters in software.amazon.awssdk.services.notifications with type arguments of type CreateNotificationConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateNotificationConfigurationResponse>NotificationsAsyncClient. createNotificationConfiguration(Consumer<CreateNotificationConfigurationRequest.Builder> createNotificationConfigurationRequest)Creates a new NotificationConfiguration.default CreateNotificationConfigurationResponseNotificationsClient. createNotificationConfiguration(Consumer<CreateNotificationConfigurationRequest.Builder> createNotificationConfigurationRequest)Creates a new NotificationConfiguration. -
Uses of CreateNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return CreateNotificationConfigurationRequest.Builder Modifier and Type Method Description CreateNotificationConfigurationRequest.BuilderCreateNotificationConfigurationRequest.Builder. aggregationDuration(String aggregationDuration)The aggregation preference of the NotificationConfiguration.CreateNotificationConfigurationRequest.BuilderCreateNotificationConfigurationRequest.Builder. aggregationDuration(AggregationDuration aggregationDuration)The aggregation preference of the NotificationConfiguration.static CreateNotificationConfigurationRequest.BuilderCreateNotificationConfigurationRequest. builder()CreateNotificationConfigurationRequest.BuilderCreateNotificationConfigurationRequest.Builder. description(String description)The description of the NotificationConfiguration.CreateNotificationConfigurationRequest.BuilderCreateNotificationConfigurationRequest.Builder. name(String name)The name of the NotificationConfiguration.CreateNotificationConfigurationRequest.BuilderCreateNotificationConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateNotificationConfigurationRequest.BuilderCreateNotificationConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateNotificationConfigurationRequest.BuilderCreateNotificationConfigurationRequest.Builder. tags(Map<String,String> tags)A map of tags assigned to a resource.CreateNotificationConfigurationRequest.BuilderCreateNotificationConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type CreateNotificationConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends CreateNotificationConfigurationRequest.Builder>CreateNotificationConfigurationRequest. serializableBuilderClass()
-