Uses of Class
com.oracle.bmc.vault.model.UpdateSecretDetails
-
Packages that use UpdateSecretDetails Package Description com.oracle.bmc.vault.model com.oracle.bmc.vault.requests -
-
Uses of UpdateSecretDetails in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return UpdateSecretDetails Modifier and Type Method Description UpdateSecretDetails
UpdateSecretDetails.Builder. build()
Methods in com.oracle.bmc.vault.model with parameters of type UpdateSecretDetails Modifier and Type Method Description UpdateSecretDetails.Builder
UpdateSecretDetails.Builder. copy(UpdateSecretDetails model)
-
Uses of UpdateSecretDetails in com.oracle.bmc.vault.requests
Methods in com.oracle.bmc.vault.requests that return UpdateSecretDetails Modifier and Type Method Description UpdateSecretDetails
UpdateSecretRequest. getBody$()
Alternative accessor for the body parameter.UpdateSecretDetails
UpdateSecretRequest. getUpdateSecretDetails()
Request to update a secret.Methods in com.oracle.bmc.vault.requests with parameters of type UpdateSecretDetails Modifier and Type Method Description UpdateSecretRequest.Builder
UpdateSecretRequest.Builder. body$(UpdateSecretDetails body)
Alternative setter for the body parameter.UpdateSecretRequest.Builder
UpdateSecretRequest.Builder. updateSecretDetails(UpdateSecretDetails updateSecretDetails)
Request to update a secret.
-