Uses of Class
com.tencentcloudapi.as.v20180419.models.LaunchConfiguration
-
Packages that use LaunchConfiguration Package Description com.tencentcloudapi.as.v20180419.models -
-
Uses of LaunchConfiguration in com.tencentcloudapi.as.v20180419.models
Methods in com.tencentcloudapi.as.v20180419.models that return LaunchConfiguration Modifier and Type Method Description LaunchConfiguration[]DescribeLaunchConfigurationsResponse. getLaunchConfigurationSet()Get 启动配置详细信息列表。Methods in com.tencentcloudapi.as.v20180419.models with parameters of type LaunchConfiguration Modifier and Type Method Description voidDescribeLaunchConfigurationsResponse. setLaunchConfigurationSet(LaunchConfiguration[] LaunchConfigurationSet)Set 启动配置详细信息列表。Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type LaunchConfiguration Constructor Description LaunchConfiguration(LaunchConfiguration 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.
-