Uses of Class
com.tencentcloudapi.redis.v20180412.models.Inbound
-
Packages that use Inbound Package Description com.tencentcloudapi.redis.v20180412.models -
-
Uses of Inbound in com.tencentcloudapi.redis.v20180412.models
Methods in com.tencentcloudapi.redis.v20180412.models that return Inbound Modifier and Type Method Description Inbound[]SecurityGroup. getInbound()Get 入站规则。Methods in com.tencentcloudapi.redis.v20180412.models with parameters of type Inbound Modifier and Type Method Description voidSecurityGroup. setInbound(Inbound[] Inbound)Set 入站规则。Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type Inbound Constructor Description Inbound(Inbound 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.
-