Uses of Class
com.oracle.bmc.filestorage.model.KeyTabSecretDetails
-
Packages that use KeyTabSecretDetails Package Description com.oracle.bmc.filestorage.model -
-
Uses of KeyTabSecretDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return KeyTabSecretDetails Modifier and Type Method Description KeyTabSecretDetails
KeyTabSecretDetails.Builder. build()
KeyTabSecretDetails
ValidateKeyTabsDetails. getKeyTabSecretDetails()
Methods in com.oracle.bmc.filestorage.model with parameters of type KeyTabSecretDetails Modifier and Type Method Description KeyTabSecretDetails.Builder
KeyTabSecretDetails.Builder. copy(KeyTabSecretDetails model)
ValidateKeyTabsDetails.Builder
ValidateKeyTabsDetails.Builder. keyTabSecretDetails(KeyTabSecretDetails keyTabSecretDetails)
Constructors in com.oracle.bmc.filestorage.model with parameters of type KeyTabSecretDetails Constructor Description ValidateKeyTabsDetails(String mountTargetId, KeyTabSecretDetails keyTabSecretDetails)
Deprecated.
-