Uses of Class
com.oracle.bmc.fleetsoftwareupdate.responses.ListFsuJobsResponse
-
Packages that use ListFsuJobsResponse Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.responses -
-
Uses of ListFsuJobsResponse in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return ListFsuJobsResponse Modifier and Type Method Description ListFsuJobsResponse
FleetSoftwareUpdate. listFsuJobs(ListFsuJobsRequest request)
Lists all the Exadata Fleet Update Jobs associated to the specified Exadata Fleet Update Action.ListFsuJobsResponse
FleetSoftwareUpdateClient. listFsuJobs(ListFsuJobsRequest request)
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type ListFsuJobsResponse 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)
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 ListFsuJobsResponse 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 ListFsuJobsResponse in com.oracle.bmc.fleetsoftwareupdate.responses
Methods in com.oracle.bmc.fleetsoftwareupdate.responses that return ListFsuJobsResponse Modifier and Type Method Description ListFsuJobsResponse
ListFsuJobsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetsoftwareupdate.responses with parameters of type ListFsuJobsResponse Modifier and Type Method Description ListFsuJobsResponse.Builder
ListFsuJobsResponse.Builder. copy(ListFsuJobsResponse o)
Copy method to populate the builder with values from the given instance.
-