Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetSoftwarePackageByNameRequest
-
Packages that use GetSoftwarePackageByNameRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetSoftwarePackageByNameRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetSoftwarePackageByNameRequest 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 GetSoftwarePackageByNameRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return GetSoftwarePackageByNameRequest Modifier and Type Method Description GetSoftwarePackageByNameRequest
GetSoftwarePackageByNameRequest.Builder. build()
Build the instance of GetSoftwarePackageByNameRequest as configured by this builderGetSoftwarePackageByNameRequest
GetSoftwarePackageByNameRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSoftwarePackageByNameRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type GetSoftwarePackageByNameRequest Modifier and Type Method Description GetSoftwarePackageByNameRequest.Builder
GetSoftwarePackageByNameRequest.Builder. copy(GetSoftwarePackageByNameRequest o)
Copy method to populate the builder with values from the given instance.
-