Uses of Class
com.tencentcloudapi.cam.v20190116.models.AttachPolicyInfo
-
Packages that use AttachPolicyInfo Package Description com.tencentcloudapi.cam.v20190116.models -
-
Uses of AttachPolicyInfo in com.tencentcloudapi.cam.v20190116.models
Methods in com.tencentcloudapi.cam.v20190116.models that return AttachPolicyInfo Modifier and Type Method Description AttachPolicyInfo[]ListAttachedGroupPoliciesResponse. getList()Get 策略列表AttachPolicyInfo[]ListAttachedUserPoliciesResponse. getList()Get 策略列表Methods in com.tencentcloudapi.cam.v20190116.models with parameters of type AttachPolicyInfo Modifier and Type Method Description voidListAttachedGroupPoliciesResponse. setList(AttachPolicyInfo[] List)Set 策略列表voidListAttachedUserPoliciesResponse. setList(AttachPolicyInfo[] List)Set 策略列表Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type AttachPolicyInfo Constructor Description AttachPolicyInfo(AttachPolicyInfo 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.
-