Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.CreateKeyAliasOptions
-
Packages that use CreateKeyAliasOptions Package Description com.ibm.cloud.ibm_key_protect_api.v2 IBM Key Protect API v2.com.ibm.cloud.ibm_key_protect_api.v2.model -
-
Uses of CreateKeyAliasOptions in com.ibm.cloud.ibm_key_protect_api.v2
Methods in com.ibm.cloud.ibm_key_protect_api.v2 with parameters of type CreateKeyAliasOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<KeyAlias>
IbmKeyProtectApi. createKeyAlias(CreateKeyAliasOptions createKeyAliasOptions)
Create an alias. -
Uses of CreateKeyAliasOptions in com.ibm.cloud.ibm_key_protect_api.v2.model
Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return CreateKeyAliasOptions Modifier and Type Method Description CreateKeyAliasOptions
CreateKeyAliasOptions.Builder. build()
Builds a CreateKeyAliasOptions.
-