Uses of Class
com.oracle.bmc.dif.model.SecretData
-
Packages that use SecretData Package Description com.oracle.bmc.dif.model -
-
Uses of SecretData in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return SecretData Modifier and Type Method Description SecretDataSecretData.Builder. build()Methods in com.oracle.bmc.dif.model that return types with arguments of type SecretData Modifier and Type Method Description List<SecretData>SecretDetail. getSecretData()List of kubernetes secret data.Methods in com.oracle.bmc.dif.model with parameters of type SecretData Modifier and Type Method Description SecretData.BuilderSecretData.Builder. copy(SecretData model)Method parameters in com.oracle.bmc.dif.model with type arguments of type SecretData Modifier and Type Method Description SecretDetail.BuilderSecretDetail.Builder. secretData(List<SecretData> secretData)List of kubernetes secret data.Constructor parameters in com.oracle.bmc.dif.model with type arguments of type SecretData Constructor Description SecretDetail(String secretName, String templateObjectStoragePath, List<SecretData> secretData)Deprecated.
-