Uses of Class
com.oracle.bmc.dblm.responses.GetVulnerabilityResponse
-
Packages that use GetVulnerabilityResponse Package Description com.oracle.bmc.dblm com.oracle.bmc.dblm.responses -
-
Uses of GetVulnerabilityResponse in com.oracle.bmc.dblm
Methods in com.oracle.bmc.dblm that return GetVulnerabilityResponse Modifier and Type Method Description GetVulnerabilityResponse
DbLifeCycleManagement. getVulnerability(GetVulnerabilityRequest request)
Gets a VulnerabilityGetVulnerabilityResponse
DbLifeCycleManagementClient. getVulnerability(GetVulnerabilityRequest request)
Methods in com.oracle.bmc.dblm that return types with arguments of type GetVulnerabilityResponse Modifier and Type Method Description Future<GetVulnerabilityResponse>
DbLifeCycleManagementAsync. getVulnerability(GetVulnerabilityRequest request, AsyncHandler<GetVulnerabilityRequest,GetVulnerabilityResponse> handler)
Gets a VulnerabilityFuture<GetVulnerabilityResponse>
DbLifeCycleManagementAsyncClient. getVulnerability(GetVulnerabilityRequest request, AsyncHandler<GetVulnerabilityRequest,GetVulnerabilityResponse> handler)
Method parameters in com.oracle.bmc.dblm with type arguments of type GetVulnerabilityResponse Modifier and Type Method Description Future<GetVulnerabilityResponse>
DbLifeCycleManagementAsync. getVulnerability(GetVulnerabilityRequest request, AsyncHandler<GetVulnerabilityRequest,GetVulnerabilityResponse> handler)
Gets a VulnerabilityFuture<GetVulnerabilityResponse>
DbLifeCycleManagementAsyncClient. getVulnerability(GetVulnerabilityRequest request, AsyncHandler<GetVulnerabilityRequest,GetVulnerabilityResponse> handler)
-
Uses of GetVulnerabilityResponse in com.oracle.bmc.dblm.responses
Methods in com.oracle.bmc.dblm.responses that return GetVulnerabilityResponse Modifier and Type Method Description GetVulnerabilityResponse
GetVulnerabilityResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dblm.responses with parameters of type GetVulnerabilityResponse Modifier and Type Method Description GetVulnerabilityResponse.Builder
GetVulnerabilityResponse.Builder. copy(GetVulnerabilityResponse o)
Copy method to populate the builder with values from the given instance.
-