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