Uses of Class
com.tencentcloudapi.ssm.v20190923.models.SecretMetadata
-
Packages that use SecretMetadata Package Description com.tencentcloudapi.ssm.v20190923.models -
-
Uses of SecretMetadata in com.tencentcloudapi.ssm.v20190923.models
Methods in com.tencentcloudapi.ssm.v20190923.models that return SecretMetadata Modifier and Type Method Description SecretMetadata[]ListSecretsResponse. getSecretMetadatas()Get 返回凭据信息列表。Methods in com.tencentcloudapi.ssm.v20190923.models with parameters of type SecretMetadata Modifier and Type Method Description voidListSecretsResponse. setSecretMetadatas(SecretMetadata[] SecretMetadatas)Set 返回凭据信息列表。Constructors in com.tencentcloudapi.ssm.v20190923.models with parameters of type SecretMetadata Constructor Description SecretMetadata(SecretMetadata 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.
-