Uses of Class
com.oracle.bmc.bds.requests.GetOsPatchDetailsRequest
-
Packages that use GetOsPatchDetailsRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of GetOsPatchDetailsRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type GetOsPatchDetailsRequest Modifier and Type Method Description GetOsPatchDetailsResponse
Bds. getOsPatchDetails(GetOsPatchDetailsRequest request)
Get the details of an os patchFuture<GetOsPatchDetailsResponse>
BdsAsync. getOsPatchDetails(GetOsPatchDetailsRequest request, AsyncHandler<GetOsPatchDetailsRequest,GetOsPatchDetailsResponse> handler)
Get the details of an os patchFuture<GetOsPatchDetailsResponse>
BdsAsyncClient. getOsPatchDetails(GetOsPatchDetailsRequest request, AsyncHandler<GetOsPatchDetailsRequest,GetOsPatchDetailsResponse> handler)
GetOsPatchDetailsResponse
BdsClient. getOsPatchDetails(GetOsPatchDetailsRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type GetOsPatchDetailsRequest Modifier and Type Method Description Future<GetOsPatchDetailsResponse>
BdsAsync. getOsPatchDetails(GetOsPatchDetailsRequest request, AsyncHandler<GetOsPatchDetailsRequest,GetOsPatchDetailsResponse> handler)
Get the details of an os patchFuture<GetOsPatchDetailsResponse>
BdsAsyncClient. getOsPatchDetails(GetOsPatchDetailsRequest request, AsyncHandler<GetOsPatchDetailsRequest,GetOsPatchDetailsResponse> handler)
-
Uses of GetOsPatchDetailsRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return GetOsPatchDetailsRequest Modifier and Type Method Description GetOsPatchDetailsRequest
GetOsPatchDetailsRequest.Builder. build()
Build the instance of GetOsPatchDetailsRequest as configured by this builderGetOsPatchDetailsRequest
GetOsPatchDetailsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetOsPatchDetailsRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type GetOsPatchDetailsRequest Modifier and Type Method Description GetOsPatchDetailsRequest.Builder
GetOsPatchDetailsRequest.Builder. copy(GetOsPatchDetailsRequest o)
Copy method to populate the builder with values from the given instance.
-