Uses of Class
com.tencentcloudapi.dsgc.v20190723.models.AssetList
-
Packages that use AssetList Package Description com.tencentcloudapi.dsgc.v20190723.models -
-
Uses of AssetList in com.tencentcloudapi.dsgc.v20190723.models
Methods in com.tencentcloudapi.dsgc.v20190723.models that return AssetList Modifier and Type Method Description AssetList[]CreateAssetSortingReportTaskRequest. getAssetList()Get 选中资产列表AssetList[]DescribeAssetOverviewRequest. getAssetList()Get 查询的资产信息列表AssetList[]DescribeCOSAssetSensitiveDistributionRequest. getAssetList()Get 查询的资产列表AssetList[]DescribeESAssetSensitiveDistributionRequest. getAssetList()Get 查询的资产信息列表AssetList[]DescribeMongoAssetSensitiveDistributionRequest. getAssetList()Get 查询的资产信息列表AssetList[]DescribeRDBAssetSensitiveDistributionRequest. getAssetList()Get 查询的资产信息列表AssetList[]DescribeSensitiveCOSDataDistributionRequest. getAssetList()Get 查询的资产信息列表AssetList[]DescribeSensitiveRDBDataDistributionRequest. getAssetList()Get 查询的资产信息列表Methods in com.tencentcloudapi.dsgc.v20190723.models with parameters of type AssetList Modifier and Type Method Description voidCreateAssetSortingReportTaskRequest. setAssetList(AssetList[] AssetList)Set 选中资产列表voidDescribeAssetOverviewRequest. setAssetList(AssetList[] AssetList)Set 查询的资产信息列表voidDescribeCOSAssetSensitiveDistributionRequest. setAssetList(AssetList[] AssetList)Set 查询的资产列表voidDescribeESAssetSensitiveDistributionRequest. setAssetList(AssetList[] AssetList)Set 查询的资产信息列表voidDescribeMongoAssetSensitiveDistributionRequest. setAssetList(AssetList[] AssetList)Set 查询的资产信息列表voidDescribeRDBAssetSensitiveDistributionRequest. setAssetList(AssetList[] AssetList)Set 查询的资产信息列表voidDescribeSensitiveCOSDataDistributionRequest. setAssetList(AssetList[] AssetList)Set 查询的资产信息列表voidDescribeSensitiveRDBDataDistributionRequest. setAssetList(AssetList[] AssetList)Set 查询的资产信息列表Constructors in com.tencentcloudapi.dsgc.v20190723.models with parameters of type AssetList Constructor Description AssetList(AssetList source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-