Uses of Class
com.google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModuleName
-
Packages that use EffectiveSecurityHealthAnalyticsCustomModuleName Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of EffectiveSecurityHealthAnalyticsCustomModuleName in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return EffectiveSecurityHealthAnalyticsCustomModuleName Modifier and Type Method Description EffectiveSecurityHealthAnalyticsCustomModuleName
EffectiveSecurityHealthAnalyticsCustomModuleName.Builder. build()
EffectiveSecurityHealthAnalyticsCustomModuleName
EffectiveSecurityHealthAnalyticsCustomModuleName.FolderEffectiveCustomModuleBuilder. build()
EffectiveSecurityHealthAnalyticsCustomModuleName
EffectiveSecurityHealthAnalyticsCustomModuleName.ProjectEffectiveCustomModuleBuilder. build()
static EffectiveSecurityHealthAnalyticsCustomModuleName
EffectiveSecurityHealthAnalyticsCustomModuleName. of(String organization, String effectiveCustomModule)
static EffectiveSecurityHealthAnalyticsCustomModuleName
EffectiveSecurityHealthAnalyticsCustomModuleName. ofFolderEffectiveCustomModuleName(String folder, String effectiveCustomModule)
static EffectiveSecurityHealthAnalyticsCustomModuleName
EffectiveSecurityHealthAnalyticsCustomModuleName. ofOrganizationEffectiveCustomModuleName(String organization, String effectiveCustomModule)
static EffectiveSecurityHealthAnalyticsCustomModuleName
EffectiveSecurityHealthAnalyticsCustomModuleName. ofProjectEffectiveCustomModuleName(String project, String effectiveCustomModule)
static EffectiveSecurityHealthAnalyticsCustomModuleName
EffectiveSecurityHealthAnalyticsCustomModuleName. parse(String formattedString)
Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type EffectiveSecurityHealthAnalyticsCustomModuleName Modifier and Type Method Description static List<EffectiveSecurityHealthAnalyticsCustomModuleName>
EffectiveSecurityHealthAnalyticsCustomModuleName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.securitycenter.v1 with parameters of type EffectiveSecurityHealthAnalyticsCustomModuleName Modifier and Type Method Description EffectiveSecurityHealthAnalyticsCustomModule
SecurityCenterClient. getEffectiveSecurityHealthAnalyticsCustomModule(EffectiveSecurityHealthAnalyticsCustomModuleName name)
Retrieves an EffectiveSecurityHealthAnalyticsCustomModule.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type EffectiveSecurityHealthAnalyticsCustomModuleName Modifier and Type Method Description static List<String>
EffectiveSecurityHealthAnalyticsCustomModuleName. toStringList(List<EffectiveSecurityHealthAnalyticsCustomModuleName> values)
-