Uses of Class
com.oracle.bmc.osmanagement.responses.CreateSoftwareSourceResponse
-
Packages that use CreateSoftwareSourceResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of CreateSoftwareSourceResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return CreateSoftwareSourceResponse Modifier and Type Method Description CreateSoftwareSourceResponse
OsManagement. createSoftwareSource(CreateSoftwareSourceRequest request)
Creates a new custom Software Source on the management system.CreateSoftwareSourceResponse
OsManagementClient. createSoftwareSource(CreateSoftwareSourceRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type CreateSoftwareSourceResponse 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)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type CreateSoftwareSourceResponse 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 CreateSoftwareSourceResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return CreateSoftwareSourceResponse Modifier and Type Method Description CreateSoftwareSourceResponse
CreateSoftwareSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.responses with parameters of type CreateSoftwareSourceResponse Modifier and Type Method Description CreateSoftwareSourceResponse.Builder
CreateSoftwareSourceResponse.Builder. copy(CreateSoftwareSourceResponse o)
Copy method to populate the builder with values from the given instance.
-