Uses of Class
com.oracle.bmc.cloudguard.responses.GetResourceVulnerabilityResponse
-
Packages that use GetResourceVulnerabilityResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of GetResourceVulnerabilityResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetResourceVulnerabilityResponse Modifier and Type Method Description GetResourceVulnerabilityResponse
CloudGuard. getResourceVulnerability(GetResourceVulnerabilityRequest request)
Returns the vulnerability details associated with the cveId where resource is an instanceGetResourceVulnerabilityResponse
CloudGuardClient. getResourceVulnerability(GetResourceVulnerabilityRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type GetResourceVulnerabilityResponse Modifier and Type Method Description Future<GetResourceVulnerabilityResponse>
CloudGuardAsync. getResourceVulnerability(GetResourceVulnerabilityRequest request, AsyncHandler<GetResourceVulnerabilityRequest,GetResourceVulnerabilityResponse> handler)
Returns the vulnerability details associated with the cveId where resource is an instanceFuture<GetResourceVulnerabilityResponse>
CloudGuardAsyncClient. getResourceVulnerability(GetResourceVulnerabilityRequest request, AsyncHandler<GetResourceVulnerabilityRequest,GetResourceVulnerabilityResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetResourceVulnerabilityResponse Modifier and Type Method Description Future<GetResourceVulnerabilityResponse>
CloudGuardAsync. getResourceVulnerability(GetResourceVulnerabilityRequest request, AsyncHandler<GetResourceVulnerabilityRequest,GetResourceVulnerabilityResponse> handler)
Returns the vulnerability details associated with the cveId where resource is an instanceFuture<GetResourceVulnerabilityResponse>
CloudGuardAsyncClient. getResourceVulnerability(GetResourceVulnerabilityRequest request, AsyncHandler<GetResourceVulnerabilityRequest,GetResourceVulnerabilityResponse> handler)
-
Uses of GetResourceVulnerabilityResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetResourceVulnerabilityResponse Modifier and Type Method Description GetResourceVulnerabilityResponse
GetResourceVulnerabilityResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetResourceVulnerabilityResponse Modifier and Type Method Description GetResourceVulnerabilityResponse.Builder
GetResourceVulnerabilityResponse.Builder. copy(GetResourceVulnerabilityResponse o)
Copy method to populate the builder with values from the given instance.
-