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