Uses of Class
com.oracle.bmc.vault.responses.ScheduleSecretDeletionResponse
-
Packages that use ScheduleSecretDeletionResponse Package Description com.oracle.bmc.vault com.oracle.bmc.vault.responses -
-
Uses of ScheduleSecretDeletionResponse in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault that return ScheduleSecretDeletionResponse Modifier and Type Method Description ScheduleSecretDeletionResponse
Vaults. scheduleSecretDeletion(ScheduleSecretDeletionRequest request)
Schedules the deletion of the specified secret.ScheduleSecretDeletionResponse
VaultsClient. scheduleSecretDeletion(ScheduleSecretDeletionRequest request)
Methods in com.oracle.bmc.vault that return types with arguments of type ScheduleSecretDeletionResponse Modifier and Type Method Description Future<ScheduleSecretDeletionResponse>
VaultsAsync. scheduleSecretDeletion(ScheduleSecretDeletionRequest request, AsyncHandler<ScheduleSecretDeletionRequest,ScheduleSecretDeletionResponse> handler)
Schedules the deletion of the specified secret.Future<ScheduleSecretDeletionResponse>
VaultsAsyncClient. scheduleSecretDeletion(ScheduleSecretDeletionRequest request, AsyncHandler<ScheduleSecretDeletionRequest,ScheduleSecretDeletionResponse> handler)
Method parameters in com.oracle.bmc.vault with type arguments of type ScheduleSecretDeletionResponse Modifier and Type Method Description Future<ScheduleSecretDeletionResponse>
VaultsAsync. scheduleSecretDeletion(ScheduleSecretDeletionRequest request, AsyncHandler<ScheduleSecretDeletionRequest,ScheduleSecretDeletionResponse> handler)
Schedules the deletion of the specified secret.Future<ScheduleSecretDeletionResponse>
VaultsAsyncClient. scheduleSecretDeletion(ScheduleSecretDeletionRequest request, AsyncHandler<ScheduleSecretDeletionRequest,ScheduleSecretDeletionResponse> handler)
-
Uses of ScheduleSecretDeletionResponse in com.oracle.bmc.vault.responses
Methods in com.oracle.bmc.vault.responses that return ScheduleSecretDeletionResponse Modifier and Type Method Description ScheduleSecretDeletionResponse
ScheduleSecretDeletionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vault.responses with parameters of type ScheduleSecretDeletionResponse Modifier and Type Method Description ScheduleSecretDeletionResponse.Builder
ScheduleSecretDeletionResponse.Builder. copy(ScheduleSecretDeletionResponse o)
Copy method to populate the builder with values from the given instance.
-