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