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 ListFsuJobsResponseFleetSoftwareUpdate. listFsuJobs(ListFsuJobsRequest request)Lists all the Exadata Fleet Update Jobs associated to the specified Exadata Fleet Update Action.ListFsuJobsResponseFleetSoftwareUpdateClient. 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 ListFsuJobsResponseListFsuJobsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.fleetsoftwareupdate.responses with parameters of type ListFsuJobsResponse Modifier and Type Method Description ListFsuJobsResponse.BuilderListFsuJobsResponse.Builder. copy(ListFsuJobsResponse o)Copy method to populate the builder with values from the given instance.
-