Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.SnapshotDeniedActions
-
Packages that use SnapshotDeniedActions Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of SnapshotDeniedActions in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return SnapshotDeniedActions Modifier and Type Method Description SnapshotDeniedActions[]DescribeSnapshotsDeniedActionsResponse. getSnapshotDeniedActionSet()Get 快照操作限制列表详细信息。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type SnapshotDeniedActions Modifier and Type Method Description voidDescribeSnapshotsDeniedActionsResponse. setSnapshotDeniedActionSet(SnapshotDeniedActions[] SnapshotDeniedActionSet)Set 快照操作限制列表详细信息。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type SnapshotDeniedActions Constructor Description SnapshotDeniedActions(SnapshotDeniedActions 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.
-