Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.SummarizeSchedulerJobCountsResponse
-
Packages that use SummarizeSchedulerJobCountsResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of SummarizeSchedulerJobCountsResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return SummarizeSchedulerJobCountsResponse Modifier and Type Method Description SummarizeSchedulerJobCountsResponse
FleetAppsManagementOperations. summarizeSchedulerJobCounts(SummarizeSchedulerJobCountsRequest request)
Retrieve aggregated summary information of Scheduler Jobs within a Tenancy.SummarizeSchedulerJobCountsResponse
FleetAppsManagementOperationsClient. summarizeSchedulerJobCounts(SummarizeSchedulerJobCountsRequest request)
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type SummarizeSchedulerJobCountsResponse Modifier and Type Method Description Future<SummarizeSchedulerJobCountsResponse>
FleetAppsManagementOperationsAsync. summarizeSchedulerJobCounts(SummarizeSchedulerJobCountsRequest request, AsyncHandler<SummarizeSchedulerJobCountsRequest,SummarizeSchedulerJobCountsResponse> handler)
Retrieve aggregated summary information of Scheduler Jobs within a Tenancy.Future<SummarizeSchedulerJobCountsResponse>
FleetAppsManagementOperationsAsyncClient. summarizeSchedulerJobCounts(SummarizeSchedulerJobCountsRequest request, AsyncHandler<SummarizeSchedulerJobCountsRequest,SummarizeSchedulerJobCountsResponse> handler)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type SummarizeSchedulerJobCountsResponse Modifier and Type Method Description Future<SummarizeSchedulerJobCountsResponse>
FleetAppsManagementOperationsAsync. summarizeSchedulerJobCounts(SummarizeSchedulerJobCountsRequest request, AsyncHandler<SummarizeSchedulerJobCountsRequest,SummarizeSchedulerJobCountsResponse> handler)
Retrieve aggregated summary information of Scheduler Jobs within a Tenancy.Future<SummarizeSchedulerJobCountsResponse>
FleetAppsManagementOperationsAsyncClient. summarizeSchedulerJobCounts(SummarizeSchedulerJobCountsRequest request, AsyncHandler<SummarizeSchedulerJobCountsRequest,SummarizeSchedulerJobCountsResponse> handler)
-
Uses of SummarizeSchedulerJobCountsResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return SummarizeSchedulerJobCountsResponse Modifier and Type Method Description SummarizeSchedulerJobCountsResponse
SummarizeSchedulerJobCountsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type SummarizeSchedulerJobCountsResponse Modifier and Type Method Description SummarizeSchedulerJobCountsResponse.Builder
SummarizeSchedulerJobCountsResponse.Builder. copy(SummarizeSchedulerJobCountsResponse o)
Copy method to populate the builder with values from the given instance.
-