Uses of Class
com.google.cloud.securitycenter.v1.NotificationConfigName
-
Packages that use NotificationConfigName Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of NotificationConfigName in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return NotificationConfigName Modifier and Type Method Description NotificationConfigName
NotificationConfigName.Builder. build()
NotificationConfigName
NotificationConfigName.FolderNotificationConfigBuilder. build()
NotificationConfigName
NotificationConfigName.ProjectNotificationConfigBuilder. build()
static NotificationConfigName
NotificationConfigName. of(String organization, String notificationConfig)
static NotificationConfigName
NotificationConfigName. ofFolderNotificationConfigName(String folder, String notificationConfig)
static NotificationConfigName
NotificationConfigName. ofOrganizationNotificationConfigName(String organization, String notificationConfig)
static NotificationConfigName
NotificationConfigName. ofProjectNotificationConfigName(String project, String notificationConfig)
static NotificationConfigName
NotificationConfigName. parse(String formattedString)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type NotificationConfigName Modifier and Type Method Description static List<NotificationConfigName>
NotificationConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.securitycenter.v1 with parameters of type NotificationConfigName Modifier and Type Method Description void
SecurityCenterClient. deleteNotificationConfig(NotificationConfigName name)
Deletes a notification config.NotificationConfig
SecurityCenterClient. getNotificationConfig(NotificationConfigName name)
Gets a notification config.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type NotificationConfigName Modifier and Type Method Description static List<String>
NotificationConfigName. toStringList(List<NotificationConfigName> values)
-