Uses of Class
com.oracle.bmc.vault.responses.ScheduleSecretVersionDeletionResponse
-
Packages that use ScheduleSecretVersionDeletionResponse Package Description com.oracle.bmc.vault com.oracle.bmc.vault.responses -
-
Uses of ScheduleSecretVersionDeletionResponse in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault that return ScheduleSecretVersionDeletionResponse Modifier and Type Method Description ScheduleSecretVersionDeletionResponse
Vaults. scheduleSecretVersionDeletion(ScheduleSecretVersionDeletionRequest request)
Schedules the deletion of the specified secret version.ScheduleSecretVersionDeletionResponse
VaultsClient. scheduleSecretVersionDeletion(ScheduleSecretVersionDeletionRequest request)
Methods in com.oracle.bmc.vault that return types with arguments of type ScheduleSecretVersionDeletionResponse 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)
Method parameters in com.oracle.bmc.vault with type arguments of type ScheduleSecretVersionDeletionResponse 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 ScheduleSecretVersionDeletionResponse in com.oracle.bmc.vault.responses
Methods in com.oracle.bmc.vault.responses that return ScheduleSecretVersionDeletionResponse Modifier and Type Method Description ScheduleSecretVersionDeletionResponse
ScheduleSecretVersionDeletionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vault.responses with parameters of type ScheduleSecretVersionDeletionResponse Modifier and Type Method Description ScheduleSecretVersionDeletionResponse.Builder
ScheduleSecretVersionDeletionResponse.Builder. copy(ScheduleSecretVersionDeletionResponse o)
Copy method to populate the builder with values from the given instance.
-