Uses of Class
com.oracle.bmc.osmanagementhub.responses.UpdateSoftwareSourceManifestResponse
-
Packages that use UpdateSoftwareSourceManifestResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of UpdateSoftwareSourceManifestResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return UpdateSoftwareSourceManifestResponse Modifier and Type Method Description UpdateSoftwareSourceManifestResponse
SoftwareSource. updateSoftwareSourceManifest(UpdateSoftwareSourceManifestRequest request)
Updates the package list document for the software source.UpdateSoftwareSourceManifestResponse
SoftwareSourceClient. updateSoftwareSourceManifest(UpdateSoftwareSourceManifestRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type UpdateSoftwareSourceManifestResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateSoftwareSourceManifestResponse 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 UpdateSoftwareSourceManifestResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return UpdateSoftwareSourceManifestResponse Modifier and Type Method Description UpdateSoftwareSourceManifestResponse
UpdateSoftwareSourceManifestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type UpdateSoftwareSourceManifestResponse Modifier and Type Method Description UpdateSoftwareSourceManifestResponse.Builder
UpdateSoftwareSourceManifestResponse.Builder. copy(UpdateSoftwareSourceManifestResponse o)
Copy method to populate the builder with values from the given instance.
-