Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.AttachPluginResponse
-
Packages that use AttachPluginResponse Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of AttachPluginResponse in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 that return AttachPluginResponse Modifier and Type Method Description AttachPluginResponseApigatewayClient. AttachPlugin(AttachPluginRequest req)绑定插件到API上。 -
Uses of AttachPluginResponse in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type AttachPluginResponse Constructor Description AttachPluginResponse(AttachPluginResponse 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.
-