Uses of Class
software.amazon.awssdk.services.timestreamquery.model.AccountSettingsNotificationConfiguration
-
Packages that use AccountSettingsNotificationConfiguration Package Description software.amazon.awssdk.services.timestreamquery.model -
-
Uses of AccountSettingsNotificationConfiguration in software.amazon.awssdk.services.timestreamquery.model
Methods in software.amazon.awssdk.services.timestreamquery.model that return AccountSettingsNotificationConfiguration Modifier and Type Method Description AccountSettingsNotificationConfigurationProvisionedCapacityRequest. notificationConfiguration()Configuration settings for notifications related to the provisioned capacity update.AccountSettingsNotificationConfigurationProvisionedCapacityResponse. notificationConfiguration()An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified.Methods in software.amazon.awssdk.services.timestreamquery.model with parameters of type AccountSettingsNotificationConfiguration Modifier and Type Method Description ProvisionedCapacityRequest.BuilderProvisionedCapacityRequest.Builder. notificationConfiguration(AccountSettingsNotificationConfiguration notificationConfiguration)Configuration settings for notifications related to the provisioned capacity update.ProvisionedCapacityResponse.BuilderProvisionedCapacityResponse.Builder. notificationConfiguration(AccountSettingsNotificationConfiguration notificationConfiguration)An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified.
-