Uses of Class
com.google.cloud.securitycenter.v1p1beta1.NotificationConfigName
-
Packages that use NotificationConfigName Package Description com.google.cloud.securitycenter.v1p1beta1 A client to Security Command Center API -
-
Uses of NotificationConfigName in com.google.cloud.securitycenter.v1p1beta1
Methods in com.google.cloud.securitycenter.v1p1beta1 that return NotificationConfigName Modifier and Type Method Description NotificationConfigNameNotificationConfigName.Builder. build()static NotificationConfigNameNotificationConfigName. of(String organization, String notificationConfig)static NotificationConfigNameNotificationConfigName. parse(String formattedString)Methods in com.google.cloud.securitycenter.v1p1beta1 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.v1p1beta1 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.v1p1beta1 with type arguments of type NotificationConfigName Modifier and Type Method Description static List<String>NotificationConfigName. toStringList(List<NotificationConfigName> values)
-