Uses of Class
com.oracle.bmc.keymanagement.responses.ScheduleHsmClusterDeletionResponse
-
Packages that use ScheduleHsmClusterDeletionResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of ScheduleHsmClusterDeletionResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return ScheduleHsmClusterDeletionResponse Modifier and Type Method Description ScheduleHsmClusterDeletionResponse
KmsHsmCluster. scheduleHsmClusterDeletion(ScheduleHsmClusterDeletionRequest request)
Schedules HSM cluster for deletion, update its lifecycle state to ‘PENDING_DELETION’ and deletes it after the retention period.ScheduleHsmClusterDeletionResponse
KmsHsmClusterClient. scheduleHsmClusterDeletion(ScheduleHsmClusterDeletionRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type ScheduleHsmClusterDeletionResponse Modifier and Type Method Description Future<ScheduleHsmClusterDeletionResponse>
KmsHsmClusterAsync. scheduleHsmClusterDeletion(ScheduleHsmClusterDeletionRequest request, AsyncHandler<ScheduleHsmClusterDeletionRequest,ScheduleHsmClusterDeletionResponse> handler)
Schedules HSM cluster for deletion, update its lifecycle state to ‘PENDING_DELETION’ and deletes it after the retention period.Future<ScheduleHsmClusterDeletionResponse>
KmsHsmClusterAsyncClient. scheduleHsmClusterDeletion(ScheduleHsmClusterDeletionRequest request, AsyncHandler<ScheduleHsmClusterDeletionRequest,ScheduleHsmClusterDeletionResponse> handler)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type ScheduleHsmClusterDeletionResponse Modifier and Type Method Description Future<ScheduleHsmClusterDeletionResponse>
KmsHsmClusterAsync. scheduleHsmClusterDeletion(ScheduleHsmClusterDeletionRequest request, AsyncHandler<ScheduleHsmClusterDeletionRequest,ScheduleHsmClusterDeletionResponse> handler)
Schedules HSM cluster for deletion, update its lifecycle state to ‘PENDING_DELETION’ and deletes it after the retention period.Future<ScheduleHsmClusterDeletionResponse>
KmsHsmClusterAsyncClient. scheduleHsmClusterDeletion(ScheduleHsmClusterDeletionRequest request, AsyncHandler<ScheduleHsmClusterDeletionRequest,ScheduleHsmClusterDeletionResponse> handler)
-
Uses of ScheduleHsmClusterDeletionResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return ScheduleHsmClusterDeletionResponse Modifier and Type Method Description ScheduleHsmClusterDeletionResponse
ScheduleHsmClusterDeletionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type ScheduleHsmClusterDeletionResponse Modifier and Type Method Description ScheduleHsmClusterDeletionResponse.Builder
ScheduleHsmClusterDeletionResponse.Builder. copy(ScheduleHsmClusterDeletionResponse o)
Copy method to populate the builder with values from the given instance.
-