Uses of Class
com.oracle.bmc.osmanagementhub.requests.CreateSoftwareSourceRequest
- 
Packages that use CreateSoftwareSourceRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests 
- 
- 
Uses of CreateSoftwareSourceRequest in com.oracle.bmc.osmanagementhubMethods in com.oracle.bmc.osmanagementhub with parameters of type CreateSoftwareSourceRequest Modifier and Type Method Description CreateSoftwareSourceResponseSoftwareSource. createSoftwareSource(CreateSoftwareSourceRequest request)Creates a new software source.Future<CreateSoftwareSourceResponse>SoftwareSourceAsync. createSoftwareSource(CreateSoftwareSourceRequest request, AsyncHandler<CreateSoftwareSourceRequest,CreateSoftwareSourceResponse> handler)Creates a new software source.Future<CreateSoftwareSourceResponse>SoftwareSourceAsyncClient. createSoftwareSource(CreateSoftwareSourceRequest request, AsyncHandler<CreateSoftwareSourceRequest,CreateSoftwareSourceResponse> handler)CreateSoftwareSourceResponseSoftwareSourceClient. createSoftwareSource(CreateSoftwareSourceRequest request)Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type CreateSoftwareSourceRequest Modifier and Type Method Description Future<CreateSoftwareSourceResponse>SoftwareSourceAsync. createSoftwareSource(CreateSoftwareSourceRequest request, AsyncHandler<CreateSoftwareSourceRequest,CreateSoftwareSourceResponse> handler)Creates a new software source.Future<CreateSoftwareSourceResponse>SoftwareSourceAsyncClient. createSoftwareSource(CreateSoftwareSourceRequest request, AsyncHandler<CreateSoftwareSourceRequest,CreateSoftwareSourceResponse> handler)
- 
Uses of CreateSoftwareSourceRequest in com.oracle.bmc.osmanagementhub.requestsMethods in com.oracle.bmc.osmanagementhub.requests that return CreateSoftwareSourceRequest Modifier and Type Method Description CreateSoftwareSourceRequestCreateSoftwareSourceRequest.Builder. build()Build the instance of CreateSoftwareSourceRequest as configured by this builderCreateSoftwareSourceRequestCreateSoftwareSourceRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateSoftwareSourceRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type CreateSoftwareSourceRequest Modifier and Type Method Description CreateSoftwareSourceRequest.BuilderCreateSoftwareSourceRequest.Builder. copy(CreateSoftwareSourceRequest o)Copy method to populate the builder with values from the given instance.
 
-