Uses of Class
com.oracle.bmc.osmanagement.responses.UpdateSoftwareSourceResponse
-
Packages that use UpdateSoftwareSourceResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of UpdateSoftwareSourceResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return UpdateSoftwareSourceResponse Modifier and Type Method Description UpdateSoftwareSourceResponse
OsManagement. updateSoftwareSource(UpdateSoftwareSourceRequest request)
Updates an existing custom Software Source on the management system.UpdateSoftwareSourceResponse
OsManagementClient. updateSoftwareSource(UpdateSoftwareSourceRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type UpdateSoftwareSourceResponse Modifier and Type Method Description Future<UpdateSoftwareSourceResponse>
OsManagementAsync. updateSoftwareSource(UpdateSoftwareSourceRequest request, AsyncHandler<UpdateSoftwareSourceRequest,UpdateSoftwareSourceResponse> handler)
Updates an existing custom Software Source on the management system.Future<UpdateSoftwareSourceResponse>
OsManagementAsyncClient. updateSoftwareSource(UpdateSoftwareSourceRequest request, AsyncHandler<UpdateSoftwareSourceRequest,UpdateSoftwareSourceResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type UpdateSoftwareSourceResponse Modifier and Type Method Description Future<UpdateSoftwareSourceResponse>
OsManagementAsync. updateSoftwareSource(UpdateSoftwareSourceRequest request, AsyncHandler<UpdateSoftwareSourceRequest,UpdateSoftwareSourceResponse> handler)
Updates an existing custom Software Source on the management system.Future<UpdateSoftwareSourceResponse>
OsManagementAsyncClient. updateSoftwareSource(UpdateSoftwareSourceRequest request, AsyncHandler<UpdateSoftwareSourceRequest,UpdateSoftwareSourceResponse> handler)
-
Uses of UpdateSoftwareSourceResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return UpdateSoftwareSourceResponse Modifier and Type Method Description UpdateSoftwareSourceResponse
UpdateSoftwareSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.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.
-