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