Uses of Class
com.oracle.bmc.keymanagement.responses.CancelKeyDeletionResponse
-
Packages that use CancelKeyDeletionResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of CancelKeyDeletionResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return CancelKeyDeletionResponse Modifier and Type Method Description CancelKeyDeletionResponse
KmsManagement. cancelKeyDeletion(CancelKeyDeletionRequest request)
Cancels the scheduled deletion of the specified key.CancelKeyDeletionResponse
KmsManagementClient. cancelKeyDeletion(CancelKeyDeletionRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type CancelKeyDeletionResponse Modifier and Type Method Description Future<CancelKeyDeletionResponse>
KmsManagementAsync. cancelKeyDeletion(CancelKeyDeletionRequest request, AsyncHandler<CancelKeyDeletionRequest,CancelKeyDeletionResponse> handler)
Cancels the scheduled deletion of the specified key.Future<CancelKeyDeletionResponse>
KmsManagementAsyncClient. cancelKeyDeletion(CancelKeyDeletionRequest request, AsyncHandler<CancelKeyDeletionRequest,CancelKeyDeletionResponse> handler)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type CancelKeyDeletionResponse Modifier and Type Method Description Future<CancelKeyDeletionResponse>
KmsManagementAsync. cancelKeyDeletion(CancelKeyDeletionRequest request, AsyncHandler<CancelKeyDeletionRequest,CancelKeyDeletionResponse> handler)
Cancels the scheduled deletion of the specified key.Future<CancelKeyDeletionResponse>
KmsManagementAsyncClient. cancelKeyDeletion(CancelKeyDeletionRequest request, AsyncHandler<CancelKeyDeletionRequest,CancelKeyDeletionResponse> handler)
-
Uses of CancelKeyDeletionResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return CancelKeyDeletionResponse Modifier and Type Method Description CancelKeyDeletionResponse
CancelKeyDeletionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type CancelKeyDeletionResponse Modifier and Type Method Description CancelKeyDeletionResponse.Builder
CancelKeyDeletionResponse.Builder. copy(CancelKeyDeletionResponse o)
Copy method to populate the builder with values from the given instance.
-