Uses of Class
com.tencentcloudapi.ssm.v20190923.models.DescribeRotationHistoryRequest
-
Packages that use DescribeRotationHistoryRequest Package Description com.tencentcloudapi.ssm.v20190923 com.tencentcloudapi.ssm.v20190923.models -
-
Uses of DescribeRotationHistoryRequest in com.tencentcloudapi.ssm.v20190923
Methods in com.tencentcloudapi.ssm.v20190923 with parameters of type DescribeRotationHistoryRequest Modifier and Type Method Description DescribeRotationHistoryResponseSsmClient. DescribeRotationHistory(DescribeRotationHistoryRequest req)查询凭据轮转历史版本。 本接口仅适用于云产品凭据。 -
Uses of DescribeRotationHistoryRequest in com.tencentcloudapi.ssm.v20190923.models
Constructors in com.tencentcloudapi.ssm.v20190923.models with parameters of type DescribeRotationHistoryRequest Constructor Description DescribeRotationHistoryRequest(DescribeRotationHistoryRequest 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.
-