Uses of Class
com.oracle.bmc.cloudguard.requests.ListManagedListTypesRequest
-
Packages that use ListManagedListTypesRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListManagedListTypesRequest in com.oracle.bmc.cloudguard
Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListManagedListTypesRequest Modifier and Type Method Description Future<ListManagedListTypesResponse>
CloudGuardAsync. listManagedListTypes(ListManagedListTypesRequest request, AsyncHandler<ListManagedListTypesRequest,ListManagedListTypesResponse> handler)
Returns all managed list types (listType parameter) that Cloud Guard supports.Future<ListManagedListTypesResponse>
CloudGuardAsyncClient. listManagedListTypes(ListManagedListTypesRequest request, AsyncHandler<ListManagedListTypesRequest,ListManagedListTypesResponse> handler)
-
Uses of ListManagedListTypesRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListManagedListTypesRequest Modifier and Type Method Description ListManagedListTypesRequest
ListManagedListTypesRequest.Builder. build()
Build the instance of ListManagedListTypesRequest as configured by this builderListManagedListTypesRequest
ListManagedListTypesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListManagedListTypesRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListManagedListTypesRequest Modifier and Type Method Description ListManagedListTypesRequest.Builder
ListManagedListTypesRequest.Builder. copy(ListManagedListTypesRequest o)
Copy method to populate the builder with values from the given instance.
-