Uses of Class
com.tencentcloudapi.cloudaudit.v20190319.models.GetAttributeKeyRequest
-
Packages that use GetAttributeKeyRequest Package Description com.tencentcloudapi.cloudaudit.v20190319 com.tencentcloudapi.cloudaudit.v20190319.models -
-
Uses of GetAttributeKeyRequest in com.tencentcloudapi.cloudaudit.v20190319
Methods in com.tencentcloudapi.cloudaudit.v20190319 with parameters of type GetAttributeKeyRequest Modifier and Type Method Description GetAttributeKeyResponseCloudauditClient. GetAttributeKey(GetAttributeKeyRequest req)查询AttributeKey的有效取值范围 -
Uses of GetAttributeKeyRequest in com.tencentcloudapi.cloudaudit.v20190319.models
Constructors in com.tencentcloudapi.cloudaudit.v20190319.models with parameters of type GetAttributeKeyRequest Constructor Description GetAttributeKeyRequest(GetAttributeKeyRequest 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.
-