Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.CreateFsuDiscoveryRequest
-
Packages that use CreateFsuDiscoveryRequest Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of CreateFsuDiscoveryRequest in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate with parameters of type CreateFsuDiscoveryRequest Modifier and Type Method Description CreateFsuDiscoveryResponse
FleetSoftwareUpdate. createFsuDiscovery(CreateFsuDiscoveryRequest request)
Creates a new Exadata Fleet Update Discovery.Future<CreateFsuDiscoveryResponse>
FleetSoftwareUpdateAsync. createFsuDiscovery(CreateFsuDiscoveryRequest request, AsyncHandler<CreateFsuDiscoveryRequest,CreateFsuDiscoveryResponse> handler)
Creates a new Exadata Fleet Update Discovery.Future<CreateFsuDiscoveryResponse>
FleetSoftwareUpdateAsyncClient. createFsuDiscovery(CreateFsuDiscoveryRequest request, AsyncHandler<CreateFsuDiscoveryRequest,CreateFsuDiscoveryResponse> handler)
CreateFsuDiscoveryResponse
FleetSoftwareUpdateClient. createFsuDiscovery(CreateFsuDiscoveryRequest request)
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type CreateFsuDiscoveryRequest Modifier and Type Method Description Future<CreateFsuDiscoveryResponse>
FleetSoftwareUpdateAsync. createFsuDiscovery(CreateFsuDiscoveryRequest request, AsyncHandler<CreateFsuDiscoveryRequest,CreateFsuDiscoveryResponse> handler)
Creates a new Exadata Fleet Update Discovery.Future<CreateFsuDiscoveryResponse>
FleetSoftwareUpdateAsyncClient. createFsuDiscovery(CreateFsuDiscoveryRequest request, AsyncHandler<CreateFsuDiscoveryRequest,CreateFsuDiscoveryResponse> handler)
-
Uses of CreateFsuDiscoveryRequest in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return CreateFsuDiscoveryRequest Modifier and Type Method Description CreateFsuDiscoveryRequest
CreateFsuDiscoveryRequest.Builder. build()
Build the instance of CreateFsuDiscoveryRequest as configured by this builderCreateFsuDiscoveryRequest
CreateFsuDiscoveryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateFsuDiscoveryRequest as configured by this builderMethods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type CreateFsuDiscoveryRequest Modifier and Type Method Description CreateFsuDiscoveryRequest.Builder
CreateFsuDiscoveryRequest.Builder. copy(CreateFsuDiscoveryRequest o)
Copy method to populate the builder with values from the given instance.
-