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