Uses of Class
com.oracle.bmc.fleetsoftwareupdate.requests.CreateFsuCollectionRequest
-
Packages that use CreateFsuCollectionRequest Package Description com.oracle.bmc.fleetsoftwareupdate com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of CreateFsuCollectionRequest in com.oracle.bmc.fleetsoftwareupdate
Methods in com.oracle.bmc.fleetsoftwareupdate with parameters of type CreateFsuCollectionRequest Modifier and Type Method Description CreateFsuCollectionResponse
FleetSoftwareUpdate. createFsuCollection(CreateFsuCollectionRequest request)
Creates a new Exadata Fleet Update Collection.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)
CreateFsuCollectionResponse
FleetSoftwareUpdateClient. createFsuCollection(CreateFsuCollectionRequest request)
Method parameters in com.oracle.bmc.fleetsoftwareupdate with type arguments of type CreateFsuCollectionRequest 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 CreateFsuCollectionRequest in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return CreateFsuCollectionRequest Modifier and Type Method Description CreateFsuCollectionRequest
CreateFsuCollectionRequest.Builder. build()
Build the instance of CreateFsuCollectionRequest as configured by this builderCreateFsuCollectionRequest
CreateFsuCollectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateFsuCollectionRequest as configured by this builderMethods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type CreateFsuCollectionRequest Modifier and Type Method Description CreateFsuCollectionRequest.Builder
CreateFsuCollectionRequest.Builder. copy(CreateFsuCollectionRequest o)
Copy method to populate the builder with values from the given instance.
-