Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetSoftwareSourceResponse
-
Packages that use GetSoftwareSourceResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetSoftwareSourceResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetSoftwareSourceResponse Modifier and Type Method Description GetSoftwareSourceResponse
SoftwareSource. getSoftwareSource(GetSoftwareSourceRequest request)
Returns information about the specified software source.GetSoftwareSourceResponse
SoftwareSourceClient. getSoftwareSource(GetSoftwareSourceRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetSoftwareSourceResponse Modifier and Type Method Description Future<GetSoftwareSourceResponse>
SoftwareSourceAsync. getSoftwareSource(GetSoftwareSourceRequest request, AsyncHandler<GetSoftwareSourceRequest,GetSoftwareSourceResponse> handler)
Returns information about the specified software source.Future<GetSoftwareSourceResponse>
SoftwareSourceAsyncClient. getSoftwareSource(GetSoftwareSourceRequest request, AsyncHandler<GetSoftwareSourceRequest,GetSoftwareSourceResponse> handler)
-
Uses of GetSoftwareSourceResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetSoftwareSourceResponse Modifier and Type Method Description GetSoftwareSourceResponse
GetSoftwareSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetSoftwareSourceResponse Modifier and Type Method Description GetSoftwareSourceResponse.Builder
GetSoftwareSourceResponse.Builder. copy(GetSoftwareSourceResponse o)
Copy method to populate the builder with values from the given instance.
-