Uses of Class
com.oracle.bmc.osmanagementhub.responses.CreateSoftwareSourceResponse
-
Packages that use CreateSoftwareSourceResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of CreateSoftwareSourceResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return CreateSoftwareSourceResponse Modifier and Type Method Description CreateSoftwareSourceResponse
SoftwareSource. createSoftwareSource(CreateSoftwareSourceRequest request)
Creates a new software source.CreateSoftwareSourceResponse
SoftwareSourceClient. createSoftwareSource(CreateSoftwareSourceRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type CreateSoftwareSourceResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type CreateSoftwareSourceResponse 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 CreateSoftwareSourceResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return CreateSoftwareSourceResponse Modifier and Type Method Description CreateSoftwareSourceResponse
CreateSoftwareSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.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.
-