Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetErratumRequest
-
Packages that use GetErratumRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetErratumRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type GetErratumRequest Modifier and Type Method Description GetErratumResponse
SoftwareSource. getErratum(GetErratumRequest request)
Returns information about the specified erratum based on its advisory name.Future<GetErratumResponse>
SoftwareSourceAsync. getErratum(GetErratumRequest request, AsyncHandler<GetErratumRequest,GetErratumResponse> handler)
Returns information about the specified erratum based on its advisory name.Future<GetErratumResponse>
SoftwareSourceAsyncClient. getErratum(GetErratumRequest request, AsyncHandler<GetErratumRequest,GetErratumResponse> handler)
GetErratumResponse
SoftwareSourceClient. getErratum(GetErratumRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetErratumRequest Modifier and Type Method Description Future<GetErratumResponse>
SoftwareSourceAsync. getErratum(GetErratumRequest request, AsyncHandler<GetErratumRequest,GetErratumResponse> handler)
Returns information about the specified erratum based on its advisory name.Future<GetErratumResponse>
SoftwareSourceAsyncClient. getErratum(GetErratumRequest request, AsyncHandler<GetErratumRequest,GetErratumResponse> handler)
-
Uses of GetErratumRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return GetErratumRequest Modifier and Type Method Description GetErratumRequest
GetErratumRequest.Builder. build()
Build the instance of GetErratumRequest as configured by this builderGetErratumRequest
GetErratumRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetErratumRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type GetErratumRequest Modifier and Type Method Description GetErratumRequest.Builder
GetErratumRequest.Builder. copy(GetErratumRequest o)
Copy method to populate the builder with values from the given instance.
-