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.keymanagementMethods in com.oracle.bmc.keymanagement that return ScheduleKeyDeletionResponse Modifier and Type Method Description ScheduleKeyDeletionResponseKmsManagement. scheduleKeyDeletion(ScheduleKeyDeletionRequest request)Schedules the deletion of the specified key.ScheduleKeyDeletionResponseKmsManagementClient. 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.responsesMethods in com.oracle.bmc.keymanagement.responses that return ScheduleKeyDeletionResponse Modifier and Type Method Description ScheduleKeyDeletionResponseScheduleKeyDeletionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type ScheduleKeyDeletionResponse Modifier and Type Method Description ScheduleKeyDeletionResponse.BuilderScheduleKeyDeletionResponse.Builder. copy(ScheduleKeyDeletionResponse o)Copy method to populate the builder with values from the given instance.
 
-