Uses of Class
com.oracle.bmc.osmanagement.requests.CreateSoftwareSourceRequest
-
Packages that use CreateSoftwareSourceRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of CreateSoftwareSourceRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type CreateSoftwareSourceRequest Modifier and Type Method Description CreateSoftwareSourceResponse
OsManagement. createSoftwareSource(CreateSoftwareSourceRequest request)
Creates a new custom Software Source on the management system.Future<CreateSoftwareSourceResponse>
OsManagementAsync. createSoftwareSource(CreateSoftwareSourceRequest request, AsyncHandler<CreateSoftwareSourceRequest,CreateSoftwareSourceResponse> handler)
Creates a new custom Software Source on the management system.Future<CreateSoftwareSourceResponse>
OsManagementAsyncClient. createSoftwareSource(CreateSoftwareSourceRequest request, AsyncHandler<CreateSoftwareSourceRequest,CreateSoftwareSourceResponse> handler)
CreateSoftwareSourceResponse
OsManagementClient. createSoftwareSource(CreateSoftwareSourceRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type CreateSoftwareSourceRequest Modifier and Type Method Description Future<CreateSoftwareSourceResponse>
OsManagementAsync. createSoftwareSource(CreateSoftwareSourceRequest request, AsyncHandler<CreateSoftwareSourceRequest,CreateSoftwareSourceResponse> handler)
Creates a new custom Software Source on the management system.Future<CreateSoftwareSourceResponse>
OsManagementAsyncClient. createSoftwareSource(CreateSoftwareSourceRequest request, AsyncHandler<CreateSoftwareSourceRequest,CreateSoftwareSourceResponse> handler)
-
Uses of CreateSoftwareSourceRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return CreateSoftwareSourceRequest Modifier and Type Method Description CreateSoftwareSourceRequest
CreateSoftwareSourceRequest.Builder. build()
Build the instance of CreateSoftwareSourceRequest as configured by this builderCreateSoftwareSourceRequest
CreateSoftwareSourceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSoftwareSourceRequest as configured by this builderMethods in com.oracle.bmc.osmanagement.requests with parameters of type CreateSoftwareSourceRequest Modifier and Type Method Description CreateSoftwareSourceRequest.Builder
CreateSoftwareSourceRequest.Builder. copy(CreateSoftwareSourceRequest o)
Copy method to populate the builder with values from the given instance.
-