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 NotificationConfigNameNotificationConfigName.Builder. build()NotificationConfigNameNotificationConfigName.FolderNotificationConfigBuilder. build()NotificationConfigNameNotificationConfigName.ProjectNotificationConfigBuilder. build()static NotificationConfigNameNotificationConfigName. of(String organization, String notificationConfig)static NotificationConfigNameNotificationConfigName. ofFolderNotificationConfigName(String folder, String notificationConfig)static NotificationConfigNameNotificationConfigName. ofOrganizationNotificationConfigName(String organization, String notificationConfig)static NotificationConfigNameNotificationConfigName. ofProjectNotificationConfigName(String project, String notificationConfig)static NotificationConfigNameNotificationConfigName. 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 voidSecurityCenterClient. deleteNotificationConfig(NotificationConfigName name)Deletes a notification config.NotificationConfigSecurityCenterClient. 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)
-