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