Uses of Class
com.oracle.bmc.vault.requests.ScheduleSecretVersionDeletionRequest
- 
Packages that use ScheduleSecretVersionDeletionRequest Package Description com.oracle.bmc.vault com.oracle.bmc.vault.requests 
- 
- 
Uses of ScheduleSecretVersionDeletionRequest in com.oracle.bmc.vaultMethods in com.oracle.bmc.vault with parameters of type ScheduleSecretVersionDeletionRequest Modifier and Type Method Description ScheduleSecretVersionDeletionResponseVaults. scheduleSecretVersionDeletion(ScheduleSecretVersionDeletionRequest request)Schedules the deletion of the specified secret version.Future<ScheduleSecretVersionDeletionResponse>VaultsAsync. scheduleSecretVersionDeletion(ScheduleSecretVersionDeletionRequest request, AsyncHandler<ScheduleSecretVersionDeletionRequest,ScheduleSecretVersionDeletionResponse> handler)Schedules the deletion of the specified secret version.Future<ScheduleSecretVersionDeletionResponse>VaultsAsyncClient. scheduleSecretVersionDeletion(ScheduleSecretVersionDeletionRequest request, AsyncHandler<ScheduleSecretVersionDeletionRequest,ScheduleSecretVersionDeletionResponse> handler)ScheduleSecretVersionDeletionResponseVaultsClient. scheduleSecretVersionDeletion(ScheduleSecretVersionDeletionRequest request)Method parameters in com.oracle.bmc.vault with type arguments of type ScheduleSecretVersionDeletionRequest Modifier and Type Method Description Future<ScheduleSecretVersionDeletionResponse>VaultsAsync. scheduleSecretVersionDeletion(ScheduleSecretVersionDeletionRequest request, AsyncHandler<ScheduleSecretVersionDeletionRequest,ScheduleSecretVersionDeletionResponse> handler)Schedules the deletion of the specified secret version.Future<ScheduleSecretVersionDeletionResponse>VaultsAsyncClient. scheduleSecretVersionDeletion(ScheduleSecretVersionDeletionRequest request, AsyncHandler<ScheduleSecretVersionDeletionRequest,ScheduleSecretVersionDeletionResponse> handler)
- 
Uses of ScheduleSecretVersionDeletionRequest in com.oracle.bmc.vault.requestsMethods in com.oracle.bmc.vault.requests that return ScheduleSecretVersionDeletionRequest Modifier and Type Method Description ScheduleSecretVersionDeletionRequestScheduleSecretVersionDeletionRequest.Builder. build()Build the instance of ScheduleSecretVersionDeletionRequest as configured by this builderScheduleSecretVersionDeletionRequestScheduleSecretVersionDeletionRequest.Builder. buildWithoutInvocationCallback()Build the instance of ScheduleSecretVersionDeletionRequest as configured by this builderMethods in com.oracle.bmc.vault.requests with parameters of type ScheduleSecretVersionDeletionRequest Modifier and Type Method Description ScheduleSecretVersionDeletionRequest.BuilderScheduleSecretVersionDeletionRequest.Builder. copy(ScheduleSecretVersionDeletionRequest o)Copy method to populate the builder with values from the given instance.
 
-