Uses of Class
com.oracle.bmc.osmanagement.requests.DeleteSoftwareSourceRequest
-
Packages that use DeleteSoftwareSourceRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of DeleteSoftwareSourceRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type DeleteSoftwareSourceRequest Modifier and Type Method Description DeleteSoftwareSourceResponse
OsManagement. deleteSoftwareSource(DeleteSoftwareSourceRequest request)
Deletes a custom Software Source on the management systemFuture<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)
DeleteSoftwareSourceResponse
OsManagementClient. deleteSoftwareSource(DeleteSoftwareSourceRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type DeleteSoftwareSourceRequest 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 DeleteSoftwareSourceRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return DeleteSoftwareSourceRequest Modifier and Type Method Description DeleteSoftwareSourceRequest
DeleteSoftwareSourceRequest.Builder. build()
Build the instance of DeleteSoftwareSourceRequest as configured by this builderDeleteSoftwareSourceRequest
DeleteSoftwareSourceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteSoftwareSourceRequest as configured by this builderMethods in com.oracle.bmc.osmanagement.requests with parameters of type DeleteSoftwareSourceRequest Modifier and Type Method Description DeleteSoftwareSourceRequest.Builder
DeleteSoftwareSourceRequest.Builder. copy(DeleteSoftwareSourceRequest o)
Copy method to populate the builder with values from the given instance.
-