Uses of Class
com.tencentcloudapi.scf.v20180416.models.DeleteLayerVersionRequest
-
Packages that use DeleteLayerVersionRequest Package Description com.tencentcloudapi.scf.v20180416 com.tencentcloudapi.scf.v20180416.models -
-
Uses of DeleteLayerVersionRequest in com.tencentcloudapi.scf.v20180416
Methods in com.tencentcloudapi.scf.v20180416 with parameters of type DeleteLayerVersionRequest Modifier and Type Method Description DeleteLayerVersionResponseScfClient. DeleteLayerVersion(DeleteLayerVersionRequest req)删除指定层的指定版本,被删除的版本无法再关联到函数上,但不会影响正在引用这个层的函数。 -
Uses of DeleteLayerVersionRequest in com.tencentcloudapi.scf.v20180416.models
Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type DeleteLayerVersionRequest Constructor Description DeleteLayerVersionRequest(DeleteLayerVersionRequest 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.
-