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