Uses of Class
com.oracle.bmc.vault.requests.ScheduleSecretDeletionRequest
-
Packages that use ScheduleSecretDeletionRequest Package Description com.oracle.bmc.vault com.oracle.bmc.vault.requests -
-
Uses of ScheduleSecretDeletionRequest in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault with parameters of type ScheduleSecretDeletionRequest Modifier and Type Method Description ScheduleSecretDeletionResponse
Vaults. scheduleSecretDeletion(ScheduleSecretDeletionRequest request)
Schedules the deletion of the specified secret.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)
ScheduleSecretDeletionResponse
VaultsClient. scheduleSecretDeletion(ScheduleSecretDeletionRequest request)
Method parameters in com.oracle.bmc.vault with type arguments of type ScheduleSecretDeletionRequest 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 ScheduleSecretDeletionRequest in com.oracle.bmc.vault.requests
Methods in com.oracle.bmc.vault.requests that return ScheduleSecretDeletionRequest Modifier and Type Method Description ScheduleSecretDeletionRequest
ScheduleSecretDeletionRequest.Builder. build()
Build the instance of ScheduleSecretDeletionRequest as configured by this builderScheduleSecretDeletionRequest
ScheduleSecretDeletionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ScheduleSecretDeletionRequest as configured by this builderMethods in com.oracle.bmc.vault.requests with parameters of type ScheduleSecretDeletionRequest Modifier and Type Method Description ScheduleSecretDeletionRequest.Builder
ScheduleSecretDeletionRequest.Builder. copy(ScheduleSecretDeletionRequest o)
Copy method to populate the builder with values from the given instance.
-