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