Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetSoftwarePackageRequest
-
Packages that use GetSoftwarePackageRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetSoftwarePackageRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type GetSoftwarePackageRequest Modifier and Type Method Description GetSoftwarePackageResponse
SoftwareSource. getSoftwarePackage(GetSoftwarePackageRequest request)
Returns information about the specified software package.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)
GetSoftwarePackageResponse
SoftwareSourceClient. getSoftwarePackage(GetSoftwarePackageRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetSoftwarePackageRequest 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 GetSoftwarePackageRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return GetSoftwarePackageRequest Modifier and Type Method Description GetSoftwarePackageRequest
GetSoftwarePackageRequest.Builder. build()
Build the instance of GetSoftwarePackageRequest as configured by this builderGetSoftwarePackageRequest
GetSoftwarePackageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSoftwarePackageRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type GetSoftwarePackageRequest Modifier and Type Method Description GetSoftwarePackageRequest.Builder
GetSoftwarePackageRequest.Builder. copy(GetSoftwarePackageRequest o)
Copy method to populate the builder with values from the given instance.
-