Uses of Class
com.oracle.bmc.osmanagementhub.requests.UpdateSoftwareSourceManifestRequest
-
Packages that use UpdateSoftwareSourceManifestRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of UpdateSoftwareSourceManifestRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type UpdateSoftwareSourceManifestRequest Modifier and Type Method Description UpdateSoftwareSourceManifestResponse
SoftwareSource. updateSoftwareSourceManifest(UpdateSoftwareSourceManifestRequest request)
Updates the package list document for the software source.Future<UpdateSoftwareSourceManifestResponse>
SoftwareSourceAsync. updateSoftwareSourceManifest(UpdateSoftwareSourceManifestRequest request, AsyncHandler<UpdateSoftwareSourceManifestRequest,UpdateSoftwareSourceManifestResponse> handler)
Updates the package list document for the software source.Future<UpdateSoftwareSourceManifestResponse>
SoftwareSourceAsyncClient. updateSoftwareSourceManifest(UpdateSoftwareSourceManifestRequest request, AsyncHandler<UpdateSoftwareSourceManifestRequest,UpdateSoftwareSourceManifestResponse> handler)
UpdateSoftwareSourceManifestResponse
SoftwareSourceClient. updateSoftwareSourceManifest(UpdateSoftwareSourceManifestRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateSoftwareSourceManifestRequest Modifier and Type Method Description Future<UpdateSoftwareSourceManifestResponse>
SoftwareSourceAsync. updateSoftwareSourceManifest(UpdateSoftwareSourceManifestRequest request, AsyncHandler<UpdateSoftwareSourceManifestRequest,UpdateSoftwareSourceManifestResponse> handler)
Updates the package list document for the software source.Future<UpdateSoftwareSourceManifestResponse>
SoftwareSourceAsyncClient. updateSoftwareSourceManifest(UpdateSoftwareSourceManifestRequest request, AsyncHandler<UpdateSoftwareSourceManifestRequest,UpdateSoftwareSourceManifestResponse> handler)
-
Uses of UpdateSoftwareSourceManifestRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return UpdateSoftwareSourceManifestRequest Modifier and Type Method Description UpdateSoftwareSourceManifestRequest
UpdateSoftwareSourceManifestRequest.Builder. build()
Build the instance of UpdateSoftwareSourceManifestRequest as configured by this builderUpdateSoftwareSourceManifestRequest
UpdateSoftwareSourceManifestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSoftwareSourceManifestRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type UpdateSoftwareSourceManifestRequest Modifier and Type Method Description UpdateSoftwareSourceManifestRequest.Builder
UpdateSoftwareSourceManifestRequest.Builder. copy(UpdateSoftwareSourceManifestRequest o)
Copy method to populate the builder with values from the given instance.
-