Uses of Class
com.oracle.bmc.bds.responses.GetSoftwareUpdateResponse
-
Packages that use GetSoftwareUpdateResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of GetSoftwareUpdateResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return GetSoftwareUpdateResponse Modifier and Type Method Description GetSoftwareUpdateResponse
Bds. getSoftwareUpdate(GetSoftwareUpdateRequest request)
Get the details of the software update of the given SoftwareUpdateIdGetSoftwareUpdateResponse
BdsClient. getSoftwareUpdate(GetSoftwareUpdateRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type GetSoftwareUpdateResponse Modifier and Type Method Description Future<GetSoftwareUpdateResponse>
BdsAsync. getSoftwareUpdate(GetSoftwareUpdateRequest request, AsyncHandler<GetSoftwareUpdateRequest,GetSoftwareUpdateResponse> handler)
Get the details of the software update of the given SoftwareUpdateIdFuture<GetSoftwareUpdateResponse>
BdsAsyncClient. getSoftwareUpdate(GetSoftwareUpdateRequest request, AsyncHandler<GetSoftwareUpdateRequest,GetSoftwareUpdateResponse> handler)
-
Uses of GetSoftwareUpdateResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return GetSoftwareUpdateResponse Modifier and Type Method Description GetSoftwareUpdateResponse
GetSoftwareUpdateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type GetSoftwareUpdateResponse Modifier and Type Method Description GetSoftwareUpdateResponse.Builder
GetSoftwareUpdateResponse.Builder. copy(GetSoftwareUpdateResponse o)
Copy method to populate the builder with values from the given instance.
-