Uses of Class
com.oracle.bmc.osmanagement.responses.GetSoftwarePackageResponse
-
Packages that use GetSoftwarePackageResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of GetSoftwarePackageResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return GetSoftwarePackageResponse Modifier and Type Method Description GetSoftwarePackageResponse
OsManagement. getSoftwarePackage(GetSoftwarePackageRequest request)
Returns a specific Software Package.GetSoftwarePackageResponse
OsManagementClient. getSoftwarePackage(GetSoftwarePackageRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type GetSoftwarePackageResponse 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)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type GetSoftwarePackageResponse 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 GetSoftwarePackageResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return GetSoftwarePackageResponse Modifier and Type Method Description GetSoftwarePackageResponse
GetSoftwarePackageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.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.
-