Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.DeleteSchedulerJobResponse
-
Packages that use DeleteSchedulerJobResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of DeleteSchedulerJobResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return DeleteSchedulerJobResponse Modifier and Type Method Description DeleteSchedulerJobResponse
FleetAppsManagementOperations. deleteSchedulerJob(DeleteSchedulerJobRequest request)
Delete a lifecycle operation schedule in Fleet Application Management.DeleteSchedulerJobResponse
FleetAppsManagementOperationsClient. deleteSchedulerJob(DeleteSchedulerJobRequest request)
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type DeleteSchedulerJobResponse Modifier and Type Method Description Future<DeleteSchedulerJobResponse>
FleetAppsManagementOperationsAsync. deleteSchedulerJob(DeleteSchedulerJobRequest request, AsyncHandler<DeleteSchedulerJobRequest,DeleteSchedulerJobResponse> handler)
Delete a lifecycle operation schedule in Fleet Application Management.Future<DeleteSchedulerJobResponse>
FleetAppsManagementOperationsAsyncClient. deleteSchedulerJob(DeleteSchedulerJobRequest request, AsyncHandler<DeleteSchedulerJobRequest,DeleteSchedulerJobResponse> handler)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type DeleteSchedulerJobResponse Modifier and Type Method Description Future<DeleteSchedulerJobResponse>
FleetAppsManagementOperationsAsync. deleteSchedulerJob(DeleteSchedulerJobRequest request, AsyncHandler<DeleteSchedulerJobRequest,DeleteSchedulerJobResponse> handler)
Delete a lifecycle operation schedule in Fleet Application Management.Future<DeleteSchedulerJobResponse>
FleetAppsManagementOperationsAsyncClient. deleteSchedulerJob(DeleteSchedulerJobRequest request, AsyncHandler<DeleteSchedulerJobRequest,DeleteSchedulerJobResponse> handler)
-
Uses of DeleteSchedulerJobResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return DeleteSchedulerJobResponse Modifier and Type Method Description DeleteSchedulerJobResponse
DeleteSchedulerJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type DeleteSchedulerJobResponse Modifier and Type Method Description DeleteSchedulerJobResponse.Builder
DeleteSchedulerJobResponse.Builder. copy(DeleteSchedulerJobResponse o)
Copy method to populate the builder with values from the given instance.
-