Uses of Class
com.oracle.bmc.fleetsoftwareupdate.responses.CreateFsuCycleResponse
-
Packages that use CreateFsuCycleResponse Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.responses -
-
Uses of CreateFsuCycleResponse in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate that return CreateFsuCycleResponse Modifier and Type Method Description CreateFsuCycleResponse
FleetSoftwareUpdate. createFsuCycle(CreateFsuCycleRequest request)
Creates a new Exadata Fleet Update Cycle.CreateFsuCycleResponse
FleetSoftwareUpdateClient. createFsuCycle(CreateFsuCycleRequest request)
Methods in com.oracle.bmc.fleetsoftwareupdate that return types with arguments of type CreateFsuCycleResponse Modifier and Type Method Description Future<CreateFsuCycleResponse>
FleetSoftwareUpdateAsync. createFsuCycle(CreateFsuCycleRequest request, AsyncHandler<CreateFsuCycleRequest,CreateFsuCycleResponse> handler)
Creates a new Exadata Fleet Update Cycle.Future<CreateFsuCycleResponse>
FleetSoftwareUpdateAsyncClient. createFsuCycle(CreateFsuCycleRequest request, AsyncHandler<CreateFsuCycleRequest,CreateFsuCycleResponse> handler)
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type CreateFsuCycleResponse Modifier and Type Method Description Future<CreateFsuCycleResponse>
FleetSoftwareUpdateAsync. createFsuCycle(CreateFsuCycleRequest request, AsyncHandler<CreateFsuCycleRequest,CreateFsuCycleResponse> handler)
Creates a new Exadata Fleet Update Cycle.Future<CreateFsuCycleResponse>
FleetSoftwareUpdateAsyncClient. createFsuCycle(CreateFsuCycleRequest request, AsyncHandler<CreateFsuCycleRequest,CreateFsuCycleResponse> handler)
-
Uses of CreateFsuCycleResponse in com.oracle.bmc.fleetsoftwareupdate.responses
Methods in com.oracle.bmc.fleetsoftwareupdate.responses that return CreateFsuCycleResponse Modifier and Type Method Description CreateFsuCycleResponse
CreateFsuCycleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetsoftwareupdate.responses with parameters of type CreateFsuCycleResponse Modifier and Type Method Description CreateFsuCycleResponse.Builder
CreateFsuCycleResponse.Builder. copy(CreateFsuCycleResponse o)
Copy method to populate the builder with values from the given instance.
-