Uses of Class
com.oracle.bmc.vulnerabilityscanning.responses.ListHostScanTargetsResponse
-
Packages that use ListHostScanTargetsResponse Package Description com.oracle.bmc.vulnerabilityscanning com.oracle.bmc.vulnerabilityscanning.responses -
-
Uses of ListHostScanTargetsResponse in com.oracle.bmc.vulnerabilityscanning
Methods in com.oracle.bmc.vulnerabilityscanning that return ListHostScanTargetsResponse Modifier and Type Method Description ListHostScanTargetsResponse
VulnerabilityScanning. listHostScanTargets(ListHostScanTargetsRequest request)
Retrieves a list of HostScanTargetSummary objects in a compartment.ListHostScanTargetsResponse
VulnerabilityScanningClient. listHostScanTargets(ListHostScanTargetsRequest request)
Methods in com.oracle.bmc.vulnerabilityscanning that return types with arguments of type ListHostScanTargetsResponse Modifier and Type Method Description Future<ListHostScanTargetsResponse>
VulnerabilityScanningAsync. listHostScanTargets(ListHostScanTargetsRequest request, AsyncHandler<ListHostScanTargetsRequest,ListHostScanTargetsResponse> handler)
Retrieves a list of HostScanTargetSummary objects in a compartment.Future<ListHostScanTargetsResponse>
VulnerabilityScanningAsyncClient. listHostScanTargets(ListHostScanTargetsRequest request, AsyncHandler<ListHostScanTargetsRequest,ListHostScanTargetsResponse> handler)
Iterable<ListHostScanTargetsResponse>
VulnerabilityScanningPaginators. listHostScanTargetsResponseIterator(ListHostScanTargetsRequest request)
Creates a new iterable which will iterate over the responses received from the listHostScanTargets operation.Method parameters in com.oracle.bmc.vulnerabilityscanning with type arguments of type ListHostScanTargetsResponse Modifier and Type Method Description Future<ListHostScanTargetsResponse>
VulnerabilityScanningAsync. listHostScanTargets(ListHostScanTargetsRequest request, AsyncHandler<ListHostScanTargetsRequest,ListHostScanTargetsResponse> handler)
Retrieves a list of HostScanTargetSummary objects in a compartment.Future<ListHostScanTargetsResponse>
VulnerabilityScanningAsyncClient. listHostScanTargets(ListHostScanTargetsRequest request, AsyncHandler<ListHostScanTargetsRequest,ListHostScanTargetsResponse> handler)
-
Uses of ListHostScanTargetsResponse in com.oracle.bmc.vulnerabilityscanning.responses
Methods in com.oracle.bmc.vulnerabilityscanning.responses that return ListHostScanTargetsResponse Modifier and Type Method Description ListHostScanTargetsResponse
ListHostScanTargetsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.vulnerabilityscanning.responses with parameters of type ListHostScanTargetsResponse Modifier and Type Method Description ListHostScanTargetsResponse.Builder
ListHostScanTargetsResponse.Builder. copy(ListHostScanTargetsResponse o)
Copy method to populate the builder with values from the given instance.
-