Uses of Class
com.oracle.bmc.osmanagement.requests.UpdateSoftwareSourceRequest
-
Packages that use UpdateSoftwareSourceRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of UpdateSoftwareSourceRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type UpdateSoftwareSourceRequest Modifier and Type Method Description UpdateSoftwareSourceResponse
OsManagement. updateSoftwareSource(UpdateSoftwareSourceRequest request)
Updates an existing custom Software Source on the management system.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)
UpdateSoftwareSourceResponse
OsManagementClient. updateSoftwareSource(UpdateSoftwareSourceRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type UpdateSoftwareSourceRequest 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 UpdateSoftwareSourceRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.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.osmanagement.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.
-