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.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type CreateSoftwareSourceRequest Modifier and Type Method Description CreateSoftwareSourceResponse
SoftwareSource. 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)
CreateSoftwareSourceResponse
SoftwareSourceClient. 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.requests
Methods in com.oracle.bmc.osmanagementhub.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.osmanagementhub.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.
-