Uses of Class
com.oracle.bmc.cloudguard.requests.GetResourceVulnerabilityRequest
-
Packages that use GetResourceVulnerabilityRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of GetResourceVulnerabilityRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type GetResourceVulnerabilityRequest Modifier and Type Method Description GetResourceVulnerabilityResponse
CloudGuard. getResourceVulnerability(GetResourceVulnerabilityRequest request)
Returns the vulnerability details associated with the cveId where resource is an instanceFuture<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)
GetResourceVulnerabilityResponse
CloudGuardClient. getResourceVulnerability(GetResourceVulnerabilityRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetResourceVulnerabilityRequest 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 GetResourceVulnerabilityRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return GetResourceVulnerabilityRequest Modifier and Type Method Description GetResourceVulnerabilityRequest
GetResourceVulnerabilityRequest.Builder. build()
Build the instance of GetResourceVulnerabilityRequest as configured by this builderGetResourceVulnerabilityRequest
GetResourceVulnerabilityRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetResourceVulnerabilityRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type GetResourceVulnerabilityRequest Modifier and Type Method Description GetResourceVulnerabilityRequest.Builder
GetResourceVulnerabilityRequest.Builder. copy(GetResourceVulnerabilityRequest o)
Copy method to populate the builder with values from the given instance.
-