Uses of Class
com.oracle.bmc.osmanagementhub.responses.UpdateSoftwareSourceResponse
-
Packages that use UpdateSoftwareSourceResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of UpdateSoftwareSourceResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return UpdateSoftwareSourceResponse 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.UpdateSoftwareSourceResponse
SoftwareSourceClient. updateSoftwareSource(UpdateSoftwareSourceRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type UpdateSoftwareSourceResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateSoftwareSourceResponse 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 UpdateSoftwareSourceResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return UpdateSoftwareSourceResponse Modifier and Type Method Description UpdateSoftwareSourceResponse
UpdateSoftwareSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type UpdateSoftwareSourceResponse Modifier and Type Method Description UpdateSoftwareSourceResponse.Builder
UpdateSoftwareSourceResponse.Builder. copy(UpdateSoftwareSourceResponse o)
Copy method to populate the builder with values from the given instance.
-