Uses of Class
com.oracle.bmc.fleetsoftwareupdate.responses.ListFsuCyclesResponse
-
Packages that use ListFsuCyclesResponse Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.responses -
-
Uses of ListFsuCyclesResponse in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return ListFsuCyclesResponse Modifier and Type Method Description ListFsuCyclesResponse
FleetSoftwareUpdate. listFsuCycles(ListFsuCyclesRequest request)
Gets a list of all Exadata Fleet Update Cycles in a compartment.ListFsuCyclesResponse
FleetSoftwareUpdateClient. listFsuCycles(ListFsuCyclesRequest request)
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type ListFsuCyclesResponse Modifier and Type Method Description Future<ListFsuCyclesResponse>
FleetSoftwareUpdateAsync. listFsuCycles(ListFsuCyclesRequest request, AsyncHandler<ListFsuCyclesRequest,ListFsuCyclesResponse> handler)
Gets a list of all Exadata Fleet Update Cycles in a compartment.Future<ListFsuCyclesResponse>
FleetSoftwareUpdateAsyncClient. listFsuCycles(ListFsuCyclesRequest request, AsyncHandler<ListFsuCyclesRequest,ListFsuCyclesResponse> handler)
Iterable<ListFsuCyclesResponse>
FleetSoftwareUpdatePaginators. listFsuCyclesResponseIterator(ListFsuCyclesRequest request)
Creates a new iterable which will iterate over the responses received from the listFsuCycles operation.Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type ListFsuCyclesResponse Modifier and Type Method Description Future<ListFsuCyclesResponse>
FleetSoftwareUpdateAsync. listFsuCycles(ListFsuCyclesRequest request, AsyncHandler<ListFsuCyclesRequest,ListFsuCyclesResponse> handler)
Gets a list of all Exadata Fleet Update Cycles in a compartment.Future<ListFsuCyclesResponse>
FleetSoftwareUpdateAsyncClient. listFsuCycles(ListFsuCyclesRequest request, AsyncHandler<ListFsuCyclesRequest,ListFsuCyclesResponse> handler)
-
Uses of ListFsuCyclesResponse in com.oracle.bmc.fleetsoftwareupdate.responses
Methods in com.oracle.bmc.fleetsoftwareupdate.responses that return ListFsuCyclesResponse Modifier and Type Method Description ListFsuCyclesResponse
ListFsuCyclesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetsoftwareupdate.responses with parameters of type ListFsuCyclesResponse Modifier and Type Method Description ListFsuCyclesResponse.Builder
ListFsuCyclesResponse.Builder. copy(ListFsuCyclesResponse o)
Copy method to populate the builder with values from the given instance.
-