Uses of Class
com.tencentcloudapi.tat.v20201028.models.Invoker
-
Packages that use Invoker Package Description com.tencentcloudapi.tat.v20201028.models -
-
Uses of Invoker in com.tencentcloudapi.tat.v20201028.models
Methods in com.tencentcloudapi.tat.v20201028.models that return Invoker Modifier and Type Method Description Invoker[]DescribeInvokersResponse. getInvokerSet()Get 执行器信息。Methods in com.tencentcloudapi.tat.v20201028.models with parameters of type Invoker Modifier and Type Method Description voidDescribeInvokersResponse. setInvokerSet(Invoker[] InvokerSet)Set 执行器信息。Constructors in com.tencentcloudapi.tat.v20201028.models with parameters of type Invoker Constructor Description Invoker(Invoker 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.
-