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