Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.ListFsuJobsRequest
-
Packages that use ListFsuJobsRequest Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of ListFsuJobsRequest in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate with parameters of type ListFsuJobsRequest Modifier and Type Method Description ListFsuJobsResponseFleetSoftwareUpdate. listFsuJobs(ListFsuJobsRequest request)Lists all the Exadata Fleet Update Jobs associated to the specified Exadata Fleet Update Action.Future<ListFsuJobsResponse>FleetSoftwareUpdateAsync. listFsuJobs(ListFsuJobsRequest request, AsyncHandler<ListFsuJobsRequest,ListFsuJobsResponse> handler)Lists all the Exadata Fleet Update Jobs associated to the specified Exadata Fleet Update Action.Future<ListFsuJobsResponse>FleetSoftwareUpdateAsyncClient. listFsuJobs(ListFsuJobsRequest request, AsyncHandler<ListFsuJobsRequest,ListFsuJobsResponse> handler)ListFsuJobsResponseFleetSoftwareUpdateClient. listFsuJobs(ListFsuJobsRequest request)Iterable<FsuJobSummary>FleetSoftwareUpdatePaginators. listFsuJobsRecordIterator(ListFsuJobsRequest request)Creates a new iterable which will iterate over theFsuJobSummaryobjects contained in responses from the listFsuJobs operation.Iterable<ListFsuJobsResponse>FleetSoftwareUpdatePaginators. listFsuJobsResponseIterator(ListFsuJobsRequest request)Creates a new iterable which will iterate over the responses received from the listFsuJobs operation.Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type ListFsuJobsRequest Modifier and Type Method Description Future<ListFsuJobsResponse>FleetSoftwareUpdateAsync. listFsuJobs(ListFsuJobsRequest request, AsyncHandler<ListFsuJobsRequest,ListFsuJobsResponse> handler)Lists all the Exadata Fleet Update Jobs associated to the specified Exadata Fleet Update Action.Future<ListFsuJobsResponse>FleetSoftwareUpdateAsyncClient. listFsuJobs(ListFsuJobsRequest request, AsyncHandler<ListFsuJobsRequest,ListFsuJobsResponse> handler) -
Uses of ListFsuJobsRequest in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return ListFsuJobsRequest Modifier and Type Method Description ListFsuJobsRequestListFsuJobsRequest.Builder. build()Build the instance of ListFsuJobsRequest as configured by this builderListFsuJobsRequestListFsuJobsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListFsuJobsRequest as configured by this builderMethods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type ListFsuJobsRequest Modifier and Type Method Description ListFsuJobsRequest.BuilderListFsuJobsRequest.Builder. copy(ListFsuJobsRequest o)Copy method to populate the builder with values from the given instance.
-