Uses of Class
com.oracle.bmc.fleetsoftwareupdate.responses.GetFsuActionOutputContentResponse
-
Packages that use GetFsuActionOutputContentResponse Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.responses -
-
Uses of GetFsuActionOutputContentResponse in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return GetFsuActionOutputContentResponse Modifier and Type Method Description GetFsuActionOutputContentResponse
FleetSoftwareUpdate. getFsuActionOutputContent(GetFsuActionOutputContentRequest request)
Gets the Exadata Fleet Update Action Output content as a binary file (string).GetFsuActionOutputContentResponse
FleetSoftwareUpdateClient. getFsuActionOutputContent(GetFsuActionOutputContentRequest request)
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type GetFsuActionOutputContentResponse Modifier and Type Method Description Future<GetFsuActionOutputContentResponse>
FleetSoftwareUpdateAsync. getFsuActionOutputContent(GetFsuActionOutputContentRequest request, AsyncHandler<GetFsuActionOutputContentRequest,GetFsuActionOutputContentResponse> handler)
Gets the Exadata Fleet Update Action Output content as a binary file (string).Future<GetFsuActionOutputContentResponse>
FleetSoftwareUpdateAsyncClient. getFsuActionOutputContent(GetFsuActionOutputContentRequest request, AsyncHandler<GetFsuActionOutputContentRequest,GetFsuActionOutputContentResponse> handler)
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type GetFsuActionOutputContentResponse Modifier and Type Method Description Future<GetFsuActionOutputContentResponse>
FleetSoftwareUpdateAsync. getFsuActionOutputContent(GetFsuActionOutputContentRequest request, AsyncHandler<GetFsuActionOutputContentRequest,GetFsuActionOutputContentResponse> handler)
Gets the Exadata Fleet Update Action Output content as a binary file (string).Future<GetFsuActionOutputContentResponse>
FleetSoftwareUpdateAsyncClient. getFsuActionOutputContent(GetFsuActionOutputContentRequest request, AsyncHandler<GetFsuActionOutputContentRequest,GetFsuActionOutputContentResponse> handler)
-
Uses of GetFsuActionOutputContentResponse in com.oracle.bmc.fleetsoftwareupdate.responses
Methods in com.oracle.bmc.fleetsoftwareupdate.responses that return GetFsuActionOutputContentResponse Modifier and Type Method Description GetFsuActionOutputContentResponse
GetFsuActionOutputContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetsoftwareupdate.responses with parameters of type GetFsuActionOutputContentResponse Modifier and Type Method Description GetFsuActionOutputContentResponse.Builder
GetFsuActionOutputContentResponse.Builder. copy(GetFsuActionOutputContentResponse o)
Copy method to populate the builder with values from the given instance.
-