Uses of Class
com.oracle.bmc.fleetappsmanagement.requests.GetSchedulerJobRequest
-
Packages that use GetSchedulerJobRequest Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of GetSchedulerJobRequest in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type GetSchedulerJobRequest 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.Methods in com.oracle.bmc.fleetappsmanagement with parameters of type GetSchedulerJobRequest 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.GetSchedulerJobResponse
FleetAppsManagementOperations. getSchedulerJob(GetSchedulerJobRequest request)
Get the details of a lifecycle management operations job in Fleet Application Management.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)
GetSchedulerJobResponse
FleetAppsManagementOperationsClient. getSchedulerJob(GetSchedulerJobRequest request)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type GetSchedulerJobRequest 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 GetSchedulerJobRequest in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return GetSchedulerJobRequest Modifier and Type Method Description GetSchedulerJobRequest
GetSchedulerJobRequest.Builder. build()
Build the instance of GetSchedulerJobRequest as configured by this builderGetSchedulerJobRequest
GetSchedulerJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSchedulerJobRequest as configured by this builderMethods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type GetSchedulerJobRequest Modifier and Type Method Description GetSchedulerJobRequest.Builder
GetSchedulerJobRequest.Builder. copy(GetSchedulerJobRequest o)
Copy method to populate the builder with values from the given instance.
-