Uses of Class
com.oracle.bmc.osmanagement.responses.DeleteSoftwareSourceResponse
-
Packages that use DeleteSoftwareSourceResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of DeleteSoftwareSourceResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return DeleteSoftwareSourceResponse Modifier and Type Method Description DeleteSoftwareSourceResponse
OsManagement. deleteSoftwareSource(DeleteSoftwareSourceRequest request)
Deletes a custom Software Source on the management systemDeleteSoftwareSourceResponse
OsManagementClient. deleteSoftwareSource(DeleteSoftwareSourceRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type DeleteSoftwareSourceResponse Modifier and Type Method Description Future<DeleteSoftwareSourceResponse>
OsManagementAsync. deleteSoftwareSource(DeleteSoftwareSourceRequest request, AsyncHandler<DeleteSoftwareSourceRequest,DeleteSoftwareSourceResponse> handler)
Deletes a custom Software Source on the management systemFuture<DeleteSoftwareSourceResponse>
OsManagementAsyncClient. deleteSoftwareSource(DeleteSoftwareSourceRequest request, AsyncHandler<DeleteSoftwareSourceRequest,DeleteSoftwareSourceResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type DeleteSoftwareSourceResponse Modifier and Type Method Description Future<DeleteSoftwareSourceResponse>
OsManagementAsync. deleteSoftwareSource(DeleteSoftwareSourceRequest request, AsyncHandler<DeleteSoftwareSourceRequest,DeleteSoftwareSourceResponse> handler)
Deletes a custom Software Source on the management systemFuture<DeleteSoftwareSourceResponse>
OsManagementAsyncClient. deleteSoftwareSource(DeleteSoftwareSourceRequest request, AsyncHandler<DeleteSoftwareSourceRequest,DeleteSoftwareSourceResponse> handler)
-
Uses of DeleteSoftwareSourceResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return DeleteSoftwareSourceResponse Modifier and Type Method Description DeleteSoftwareSourceResponse
DeleteSoftwareSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.responses with parameters of type DeleteSoftwareSourceResponse Modifier and Type Method Description DeleteSoftwareSourceResponse.Builder
DeleteSoftwareSourceResponse.Builder. copy(DeleteSoftwareSourceResponse o)
Copy method to populate the builder with values from the given instance.
-