Uses of Class
com.oracle.bmc.vault.requests.CancelSecretVersionDeletionRequest
-
Packages that use CancelSecretVersionDeletionRequest Package Description com.oracle.bmc.vault com.oracle.bmc.vault.requests -
-
Uses of CancelSecretVersionDeletionRequest in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault with parameters of type CancelSecretVersionDeletionRequest Modifier and Type Method Description CancelSecretVersionDeletionResponse
Vaults. cancelSecretVersionDeletion(CancelSecretVersionDeletionRequest request)
Cancels the scheduled deletion of a secret version.Future<CancelSecretVersionDeletionResponse>
VaultsAsync. cancelSecretVersionDeletion(CancelSecretVersionDeletionRequest request, AsyncHandler<CancelSecretVersionDeletionRequest,CancelSecretVersionDeletionResponse> handler)
Cancels the scheduled deletion of a secret version.Future<CancelSecretVersionDeletionResponse>
VaultsAsyncClient. cancelSecretVersionDeletion(CancelSecretVersionDeletionRequest request, AsyncHandler<CancelSecretVersionDeletionRequest,CancelSecretVersionDeletionResponse> handler)
CancelSecretVersionDeletionResponse
VaultsClient. cancelSecretVersionDeletion(CancelSecretVersionDeletionRequest request)
Method parameters in com.oracle.bmc.vault with type arguments of type CancelSecretVersionDeletionRequest Modifier and Type Method Description Future<CancelSecretVersionDeletionResponse>
VaultsAsync. cancelSecretVersionDeletion(CancelSecretVersionDeletionRequest request, AsyncHandler<CancelSecretVersionDeletionRequest,CancelSecretVersionDeletionResponse> handler)
Cancels the scheduled deletion of a secret version.Future<CancelSecretVersionDeletionResponse>
VaultsAsyncClient. cancelSecretVersionDeletion(CancelSecretVersionDeletionRequest request, AsyncHandler<CancelSecretVersionDeletionRequest,CancelSecretVersionDeletionResponse> handler)
-
Uses of CancelSecretVersionDeletionRequest in com.oracle.bmc.vault.requests
Methods in com.oracle.bmc.vault.requests that return CancelSecretVersionDeletionRequest Modifier and Type Method Description CancelSecretVersionDeletionRequest
CancelSecretVersionDeletionRequest.Builder. build()
Build the instance of CancelSecretVersionDeletionRequest as configured by this builderCancelSecretVersionDeletionRequest
CancelSecretVersionDeletionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CancelSecretVersionDeletionRequest as configured by this builderMethods in com.oracle.bmc.vault.requests with parameters of type CancelSecretVersionDeletionRequest Modifier and Type Method Description CancelSecretVersionDeletionRequest.Builder
CancelSecretVersionDeletionRequest.Builder. copy(CancelSecretVersionDeletionRequest o)
Copy method to populate the builder with values from the given instance.
-