Uses of Class
com.oracle.bmc.osmanagement.responses.GetSoftwareSourceResponse
-
Packages that use GetSoftwareSourceResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of GetSoftwareSourceResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return GetSoftwareSourceResponse Modifier and Type Method Description GetSoftwareSourceResponse
OsManagement. getSoftwareSource(GetSoftwareSourceRequest request)
Returns a specific Software Source.GetSoftwareSourceResponse
OsManagementClient. getSoftwareSource(GetSoftwareSourceRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type GetSoftwareSourceResponse Modifier and Type Method Description Future<GetSoftwareSourceResponse>
OsManagementAsync. getSoftwareSource(GetSoftwareSourceRequest request, AsyncHandler<GetSoftwareSourceRequest,GetSoftwareSourceResponse> handler)
Returns a specific Software Source.Future<GetSoftwareSourceResponse>
OsManagementAsyncClient. getSoftwareSource(GetSoftwareSourceRequest request, AsyncHandler<GetSoftwareSourceRequest,GetSoftwareSourceResponse> handler)
-
Uses of GetSoftwareSourceResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return GetSoftwareSourceResponse Modifier and Type Method Description GetSoftwareSourceResponse
GetSoftwareSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.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.
-