Uses of Class
com.tencentcloudapi.as.v20180419.models.RelatedInstance
-
Packages that use RelatedInstance Package Description com.tencentcloudapi.as.v20180419.models -
-
Uses of RelatedInstance in com.tencentcloudapi.as.v20180419.models
Methods in com.tencentcloudapi.as.v20180419.models that return RelatedInstance Modifier and Type Method Description RelatedInstance[]Activity. getRelatedInstanceSet()Get 伸缩活动相关实例信息集合。Methods in com.tencentcloudapi.as.v20180419.models with parameters of type RelatedInstance Modifier and Type Method Description voidActivity. setRelatedInstanceSet(RelatedInstance[] RelatedInstanceSet)Set 伸缩活动相关实例信息集合。Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type RelatedInstance Constructor Description RelatedInstance(RelatedInstance 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.
-