Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetSoftwarePackageByNameResponse
-
Packages that use GetSoftwarePackageByNameResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetSoftwarePackageByNameResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetSoftwarePackageByNameResponse Modifier and Type Method Description GetSoftwarePackageByNameResponse
SoftwareSource. getSoftwarePackageByName(GetSoftwarePackageByNameRequest request)
Returns information about the specified software package based on its fully qualified name (NVRA or NEVRA).GetSoftwarePackageByNameResponse
SoftwareSourceClient. getSoftwarePackageByName(GetSoftwarePackageByNameRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetSoftwarePackageByNameResponse Modifier and Type Method Description Future<GetSoftwarePackageByNameResponse>
SoftwareSourceAsync. getSoftwarePackageByName(GetSoftwarePackageByNameRequest request, AsyncHandler<GetSoftwarePackageByNameRequest,GetSoftwarePackageByNameResponse> handler)
Returns information about the specified software package based on its fully qualified name (NVRA or NEVRA).Future<GetSoftwarePackageByNameResponse>
SoftwareSourceAsyncClient. getSoftwarePackageByName(GetSoftwarePackageByNameRequest request, AsyncHandler<GetSoftwarePackageByNameRequest,GetSoftwarePackageByNameResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetSoftwarePackageByNameResponse Modifier and Type Method Description Future<GetSoftwarePackageByNameResponse>
SoftwareSourceAsync. getSoftwarePackageByName(GetSoftwarePackageByNameRequest request, AsyncHandler<GetSoftwarePackageByNameRequest,GetSoftwarePackageByNameResponse> handler)
Returns information about the specified software package based on its fully qualified name (NVRA or NEVRA).Future<GetSoftwarePackageByNameResponse>
SoftwareSourceAsyncClient. getSoftwarePackageByName(GetSoftwarePackageByNameRequest request, AsyncHandler<GetSoftwarePackageByNameRequest,GetSoftwarePackageByNameResponse> handler)
-
Uses of GetSoftwarePackageByNameResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetSoftwarePackageByNameResponse Modifier and Type Method Description GetSoftwarePackageByNameResponse
GetSoftwarePackageByNameResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetSoftwarePackageByNameResponse Modifier and Type Method Description GetSoftwarePackageByNameResponse.Builder
GetSoftwarePackageByNameResponse.Builder. copy(GetSoftwarePackageByNameResponse o)
Copy method to populate the builder with values from the given instance.
-