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