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