Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.GetFsuActionOutputContentRequest
-
Packages that use GetFsuActionOutputContentRequest Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of GetFsuActionOutputContentRequest in com.oracle.bmc.fleetsoftwareupdate
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type GetFsuActionOutputContentRequest 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 GetFsuActionOutputContentRequest in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return GetFsuActionOutputContentRequest Modifier and Type Method Description GetFsuActionOutputContentRequest
GetFsuActionOutputContentRequest.Builder. build()
Build the instance of GetFsuActionOutputContentRequest as configured by this builderGetFsuActionOutputContentRequest
GetFsuActionOutputContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetFsuActionOutputContentRequest as configured by this builderMethods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type GetFsuActionOutputContentRequest Modifier and Type Method Description GetFsuActionOutputContentRequest.Builder
GetFsuActionOutputContentRequest.Builder. copy(GetFsuActionOutputContentRequest o)
Copy method to populate the builder with values from the given instance.
-