Uses of Class
com.oracle.bmc.keymanagement.requests.ScheduleKeyDeletionRequest
-
Packages that use ScheduleKeyDeletionRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of ScheduleKeyDeletionRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type ScheduleKeyDeletionRequest Modifier and Type Method Description ScheduleKeyDeletionResponse
KmsManagement. scheduleKeyDeletion(ScheduleKeyDeletionRequest request)
Schedules the deletion of the specified key.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)
ScheduleKeyDeletionResponse
KmsManagementClient. scheduleKeyDeletion(ScheduleKeyDeletionRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type ScheduleKeyDeletionRequest 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 ScheduleKeyDeletionRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return ScheduleKeyDeletionRequest Modifier and Type Method Description ScheduleKeyDeletionRequest
ScheduleKeyDeletionRequest.Builder. build()
Build the instance of ScheduleKeyDeletionRequest as configured by this builderScheduleKeyDeletionRequest
ScheduleKeyDeletionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ScheduleKeyDeletionRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type ScheduleKeyDeletionRequest Modifier and Type Method Description ScheduleKeyDeletionRequest.Builder
ScheduleKeyDeletionRequest.Builder. copy(ScheduleKeyDeletionRequest o)
Copy method to populate the builder with values from the given instance.
-