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