Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.UnBindEnvironmentRequest
-
Packages that use UnBindEnvironmentRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of UnBindEnvironmentRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type UnBindEnvironmentRequest Modifier and Type Method Description UnBindEnvironmentResponseApigatewayClient. UnBindEnvironment(UnBindEnvironmentRequest req)本接口(UnBindEnvironment)用于将使用计划从特定环境解绑。 -
Uses of UnBindEnvironmentRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UnBindEnvironmentRequest Constructor Description UnBindEnvironmentRequest(UnBindEnvironmentRequest 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.
-