Uses of Class
com.tencentcloudapi.cis.v20180408.models.Container
-
Packages that use Container Package Description com.tencentcloudapi.cis.v20180408.models -
-
Uses of Container in com.tencentcloudapi.cis.v20180408.models
Methods in com.tencentcloudapi.cis.v20180408.models that return Container Modifier and Type Method Description Container[]ContainerInstance. getContainers()Get 容器列表Container[]CreateContainerInstanceRequest. getContainers()Get 容器列表Methods in com.tencentcloudapi.cis.v20180408.models with parameters of type Container Modifier and Type Method Description voidContainerInstance. setContainers(Container[] Containers)Set 容器列表voidCreateContainerInstanceRequest. setContainers(Container[] Containers)Set 容器列表Constructors in com.tencentcloudapi.cis.v20180408.models with parameters of type Container Constructor Description Container(Container 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.
-