Uses of Class
com.oracle.bmc.osmanagement.requests.GetSoftwarePackageRequest
-
Packages that use GetSoftwarePackageRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of GetSoftwarePackageRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type GetSoftwarePackageRequest Modifier and Type Method Description GetSoftwarePackageResponse
OsManagement. getSoftwarePackage(GetSoftwarePackageRequest request)
Returns a specific Software Package.Future<GetSoftwarePackageResponse>
OsManagementAsync. getSoftwarePackage(GetSoftwarePackageRequest request, AsyncHandler<GetSoftwarePackageRequest,GetSoftwarePackageResponse> handler)
Returns a specific Software Package.Future<GetSoftwarePackageResponse>
OsManagementAsyncClient. getSoftwarePackage(GetSoftwarePackageRequest request, AsyncHandler<GetSoftwarePackageRequest,GetSoftwarePackageResponse> handler)
GetSoftwarePackageResponse
OsManagementClient. getSoftwarePackage(GetSoftwarePackageRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type GetSoftwarePackageRequest Modifier and Type Method Description Future<GetSoftwarePackageResponse>
OsManagementAsync. getSoftwarePackage(GetSoftwarePackageRequest request, AsyncHandler<GetSoftwarePackageRequest,GetSoftwarePackageResponse> handler)
Returns a specific Software Package.Future<GetSoftwarePackageResponse>
OsManagementAsyncClient. getSoftwarePackage(GetSoftwarePackageRequest request, AsyncHandler<GetSoftwarePackageRequest,GetSoftwarePackageResponse> handler)
-
Uses of GetSoftwarePackageRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.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.osmanagement.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.
-