Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.GetSchedulerJobResponse
-
Packages that use GetSchedulerJobResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of GetSchedulerJobResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return GetSchedulerJobResponse Modifier and Type Method Description GetSchedulerJobResponse
FleetAppsManagementOperations. getSchedulerJob(GetSchedulerJobRequest request)
Get the details of a lifecycle management operations job in Fleet Application Management.GetSchedulerJobResponse
FleetAppsManagementOperationsClient. getSchedulerJob(GetSchedulerJobRequest request)
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type GetSchedulerJobResponse Modifier and Type Method Description Waiter<GetSchedulerJobRequest,GetSchedulerJobResponse>
FleetAppsManagementOperationsWaiters. forSchedulerJob(GetSchedulerJobRequest request, SchedulerJob.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSchedulerJobRequest,GetSchedulerJobResponse>
FleetAppsManagementOperationsWaiters. forSchedulerJob(GetSchedulerJobRequest request, SchedulerJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSchedulerJobRequest,GetSchedulerJobResponse>
FleetAppsManagementOperationsWaiters. forSchedulerJob(GetSchedulerJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SchedulerJob.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetSchedulerJobResponse>
FleetAppsManagementOperationsAsync. getSchedulerJob(GetSchedulerJobRequest request, AsyncHandler<GetSchedulerJobRequest,GetSchedulerJobResponse> handler)
Get the details of a lifecycle management operations job in Fleet Application Management.Future<GetSchedulerJobResponse>
FleetAppsManagementOperationsAsyncClient. getSchedulerJob(GetSchedulerJobRequest request, AsyncHandler<GetSchedulerJobRequest,GetSchedulerJobResponse> handler)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type GetSchedulerJobResponse Modifier and Type Method Description Future<GetSchedulerJobResponse>
FleetAppsManagementOperationsAsync. getSchedulerJob(GetSchedulerJobRequest request, AsyncHandler<GetSchedulerJobRequest,GetSchedulerJobResponse> handler)
Get the details of a lifecycle management operations job in Fleet Application Management.Future<GetSchedulerJobResponse>
FleetAppsManagementOperationsAsyncClient. getSchedulerJob(GetSchedulerJobRequest request, AsyncHandler<GetSchedulerJobRequest,GetSchedulerJobResponse> handler)
-
Uses of GetSchedulerJobResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return GetSchedulerJobResponse Modifier and Type Method Description GetSchedulerJobResponse
GetSchedulerJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type GetSchedulerJobResponse Modifier and Type Method Description GetSchedulerJobResponse.Builder
GetSchedulerJobResponse.Builder. copy(GetSchedulerJobResponse o)
Copy method to populate the builder with values from the given instance.
-