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.vault
Methods in com.oracle.bmc.vault with parameters of type ScheduleSecretVersionDeletionRequest Modifier and Type Method Description ScheduleSecretVersionDeletionResponse
Vaults. 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)
ScheduleSecretVersionDeletionResponse
VaultsClient. 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.requests
Methods in com.oracle.bmc.vault.requests that return ScheduleSecretVersionDeletionRequest Modifier and Type Method Description ScheduleSecretVersionDeletionRequest
ScheduleSecretVersionDeletionRequest.Builder. build()
Build the instance of ScheduleSecretVersionDeletionRequest as configured by this builderScheduleSecretVersionDeletionRequest
ScheduleSecretVersionDeletionRequest.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.Builder
ScheduleSecretVersionDeletionRequest.Builder. copy(ScheduleSecretVersionDeletionRequest o)
Copy method to populate the builder with values from the given instance.
-