Uses of Class
com.oracle.bmc.cloudguard.responses.ListManagedListsResponse
-
Packages that use ListManagedListsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListManagedListsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListManagedListsResponse Modifier and Type Method Description ListManagedListsResponseCloudGuard. listManagedLists(ListManagedListsRequest request)Returns a list of all ManagedList resources in a compartment, identified by compartmentId.ListManagedListsResponseCloudGuardClient. listManagedLists(ListManagedListsRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListManagedListsResponse Modifier and Type Method Description Future<ListManagedListsResponse>CloudGuardAsync. listManagedLists(ListManagedListsRequest request, AsyncHandler<ListManagedListsRequest,ListManagedListsResponse> handler)Returns a list of all ManagedList resources in a compartment, identified by compartmentId.Future<ListManagedListsResponse>CloudGuardAsyncClient. listManagedLists(ListManagedListsRequest request, AsyncHandler<ListManagedListsRequest,ListManagedListsResponse> handler)Iterable<ListManagedListsResponse>CloudGuardPaginators. listManagedListsResponseIterator(ListManagedListsRequest request)Creates a new iterable which will iterate over the responses received from the listManagedLists operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListManagedListsResponse Modifier and Type Method Description Future<ListManagedListsResponse>CloudGuardAsync. listManagedLists(ListManagedListsRequest request, AsyncHandler<ListManagedListsRequest,ListManagedListsResponse> handler)Returns a list of all ManagedList resources in a compartment, identified by compartmentId.Future<ListManagedListsResponse>CloudGuardAsyncClient. listManagedLists(ListManagedListsRequest request, AsyncHandler<ListManagedListsRequest,ListManagedListsResponse> handler) -
Uses of ListManagedListsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListManagedListsResponse Modifier and Type Method Description ListManagedListsResponseListManagedListsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListManagedListsResponse Modifier and Type Method Description ListManagedListsResponse.BuilderListManagedListsResponse.Builder. copy(ListManagedListsResponse o)Copy method to populate the builder with values from the given instance.
-