Uses of Class
com.tencentcloudapi.redis.v20180412.models.Groups
-
Packages that use Groups Package Description com.tencentcloudapi.redis.v20180412.models -
-
Uses of Groups in com.tencentcloudapi.redis.v20180412.models
Methods in com.tencentcloudapi.redis.v20180412.models that return Groups Modifier and Type Method Description Groups[]DescribeReplicationGroupResponse. getGroups()Get 复制组信息。Methods in com.tencentcloudapi.redis.v20180412.models with parameters of type Groups Modifier and Type Method Description voidDescribeReplicationGroupResponse. setGroups(Groups[] Groups)Set 复制组信息。Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type Groups Constructor Description Groups(Groups 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.
-