Uses of Class
com.google.cloud.securitycenter.v1p1beta1.FolderName
-
Packages that use FolderName Package Description com.google.cloud.securitycenter.v1p1beta1 A client to Security Command Center API -
-
Uses of FolderName in com.google.cloud.securitycenter.v1p1beta1
Methods in com.google.cloud.securitycenter.v1p1beta1 that return FolderName Modifier and Type Method Description FolderName
FolderName.Builder. build()
static FolderName
FolderName. of(String folder)
static FolderName
FolderName. parse(String formattedString)
Methods in com.google.cloud.securitycenter.v1p1beta1 that return types with arguments of type FolderName Modifier and Type Method Description static List<FolderName>
FolderName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.securitycenter.v1p1beta1 with parameters of type FolderName Modifier and Type Method Description SecurityCenterClient.ListAssetsPagedResponse
SecurityCenterClient. listAssets(FolderName parent)
Lists an organization's assets.SecurityCenterClient.ListSourcesPagedResponse
SecurityCenterClient. listSources(FolderName parent)
Lists all sources belonging to an organization.Method parameters in com.google.cloud.securitycenter.v1p1beta1 with type arguments of type FolderName Modifier and Type Method Description static List<String>
FolderName. toStringList(List<FolderName> values)
-