Uses of Class
com.tencentcloudapi.bm.v20180423.models.CustomImage
-
Packages that use CustomImage Package Description com.tencentcloudapi.bm.v20180423.models -
-
Uses of CustomImage in com.tencentcloudapi.bm.v20180423.models
Methods in com.tencentcloudapi.bm.v20180423.models that return CustomImage Modifier and Type Method Description CustomImage[]DescribeCustomImagesResponse. getCustomImageSet()Get 镜像信息列表Methods in com.tencentcloudapi.bm.v20180423.models with parameters of type CustomImage Modifier and Type Method Description voidDescribeCustomImagesResponse. setCustomImageSet(CustomImage[] CustomImageSet)Set 镜像信息列表Constructors in com.tencentcloudapi.bm.v20180423.models with parameters of type CustomImage Constructor Description CustomImage(CustomImage 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.
-