Uses of Class
com.oracle.bmc.osmanagementhub.requests.UpdateSoftwareSourceRequest
-
Packages that use UpdateSoftwareSourceRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of UpdateSoftwareSourceRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type UpdateSoftwareSourceRequest Modifier and Type Method Description UpdateSoftwareSourceResponse
SoftwareSource. updateSoftwareSource(UpdateSoftwareSourceRequest request)
Updates the specified software source’s details, including but not limited to name, description, and tags.Future<UpdateSoftwareSourceResponse>
SoftwareSourceAsync. updateSoftwareSource(UpdateSoftwareSourceRequest request, AsyncHandler<UpdateSoftwareSourceRequest,UpdateSoftwareSourceResponse> handler)
Updates the specified software source’s details, including but not limited to name, description, and tags.Future<UpdateSoftwareSourceResponse>
SoftwareSourceAsyncClient. updateSoftwareSource(UpdateSoftwareSourceRequest request, AsyncHandler<UpdateSoftwareSourceRequest,UpdateSoftwareSourceResponse> handler)
UpdateSoftwareSourceResponse
SoftwareSourceClient. updateSoftwareSource(UpdateSoftwareSourceRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateSoftwareSourceRequest Modifier and Type Method Description Future<UpdateSoftwareSourceResponse>
SoftwareSourceAsync. updateSoftwareSource(UpdateSoftwareSourceRequest request, AsyncHandler<UpdateSoftwareSourceRequest,UpdateSoftwareSourceResponse> handler)
Updates the specified software source’s details, including but not limited to name, description, and tags.Future<UpdateSoftwareSourceResponse>
SoftwareSourceAsyncClient. updateSoftwareSource(UpdateSoftwareSourceRequest request, AsyncHandler<UpdateSoftwareSourceRequest,UpdateSoftwareSourceResponse> handler)
-
Uses of UpdateSoftwareSourceRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return UpdateSoftwareSourceRequest Modifier and Type Method Description UpdateSoftwareSourceRequest
UpdateSoftwareSourceRequest.Builder. build()
Build the instance of UpdateSoftwareSourceRequest as configured by this builderUpdateSoftwareSourceRequest
UpdateSoftwareSourceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSoftwareSourceRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type UpdateSoftwareSourceRequest Modifier and Type Method Description UpdateSoftwareSourceRequest.Builder
UpdateSoftwareSourceRequest.Builder. copy(UpdateSoftwareSourceRequest o)
Copy method to populate the builder with values from the given instance.
-