Uses of Class
com.tencentcloudapi.eiam.v20210420.models.DescribeApplicationResponse
-
Packages that use DescribeApplicationResponse Package Description com.tencentcloudapi.eiam.v20210420 com.tencentcloudapi.eiam.v20210420.models -
-
Uses of DescribeApplicationResponse in com.tencentcloudapi.eiam.v20210420
Methods in com.tencentcloudapi.eiam.v20210420 that return DescribeApplicationResponse Modifier and Type Method Description DescribeApplicationResponseEiamClient. DescribeApplication(DescribeApplicationRequest req)获取一个应用的信息。 -
Uses of DescribeApplicationResponse in com.tencentcloudapi.eiam.v20210420.models
Constructors in com.tencentcloudapi.eiam.v20210420.models with parameters of type DescribeApplicationResponse Constructor Description DescribeApplicationResponse(DescribeApplicationResponse 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.
-