Uses of Class
com.oracle.bmc.keymanagement.responses.CancelHsmClusterDeletionResponse
-
Packages that use CancelHsmClusterDeletionResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of CancelHsmClusterDeletionResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return CancelHsmClusterDeletionResponse Modifier and Type Method Description CancelHsmClusterDeletionResponse
KmsHsmCluster. cancelHsmClusterDeletion(CancelHsmClusterDeletionRequest request)
Cancels deletion of specified HSM Cluster, restores it and associated HSM partitions to pre-deletion states.CancelHsmClusterDeletionResponse
KmsHsmClusterClient. cancelHsmClusterDeletion(CancelHsmClusterDeletionRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type CancelHsmClusterDeletionResponse Modifier and Type Method Description Future<CancelHsmClusterDeletionResponse>
KmsHsmClusterAsync. cancelHsmClusterDeletion(CancelHsmClusterDeletionRequest request, AsyncHandler<CancelHsmClusterDeletionRequest,CancelHsmClusterDeletionResponse> handler)
Cancels deletion of specified HSM Cluster, restores it and associated HSM partitions to pre-deletion states.Future<CancelHsmClusterDeletionResponse>
KmsHsmClusterAsyncClient. cancelHsmClusterDeletion(CancelHsmClusterDeletionRequest request, AsyncHandler<CancelHsmClusterDeletionRequest,CancelHsmClusterDeletionResponse> handler)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type CancelHsmClusterDeletionResponse Modifier and Type Method Description Future<CancelHsmClusterDeletionResponse>
KmsHsmClusterAsync. cancelHsmClusterDeletion(CancelHsmClusterDeletionRequest request, AsyncHandler<CancelHsmClusterDeletionRequest,CancelHsmClusterDeletionResponse> handler)
Cancels deletion of specified HSM Cluster, restores it and associated HSM partitions to pre-deletion states.Future<CancelHsmClusterDeletionResponse>
KmsHsmClusterAsyncClient. cancelHsmClusterDeletion(CancelHsmClusterDeletionRequest request, AsyncHandler<CancelHsmClusterDeletionRequest,CancelHsmClusterDeletionResponse> handler)
-
Uses of CancelHsmClusterDeletionResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return CancelHsmClusterDeletionResponse Modifier and Type Method Description CancelHsmClusterDeletionResponse
CancelHsmClusterDeletionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type CancelHsmClusterDeletionResponse Modifier and Type Method Description CancelHsmClusterDeletionResponse.Builder
CancelHsmClusterDeletionResponse.Builder. copy(CancelHsmClusterDeletionResponse o)
Copy method to populate the builder with values from the given instance.
-