Uses of Class
com.oracle.bmc.cloudguard.responses.GetManagedListResponse
-
Packages that use GetManagedListResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of GetManagedListResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetManagedListResponse Modifier and Type Method Description GetManagedListResponse
CloudGuard. getManagedList(GetManagedListRequest request)
Returns a managed list identified by managedListId.GetManagedListResponse
CloudGuardClient. getManagedList(GetManagedListRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetManagedListResponse Modifier and Type Method Description Future<GetManagedListResponse>
CloudGuardAsync. getManagedList(GetManagedListRequest request, AsyncHandler<GetManagedListRequest,GetManagedListResponse> handler)
Returns a managed list identified by managedListId.Future<GetManagedListResponse>
CloudGuardAsyncClient. getManagedList(GetManagedListRequest request, AsyncHandler<GetManagedListRequest,GetManagedListResponse> handler)
-
Uses of GetManagedListResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetManagedListResponse Modifier and Type Method Description GetManagedListResponse
GetManagedListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetManagedListResponse Modifier and Type Method Description GetManagedListResponse.Builder
GetManagedListResponse.Builder. copy(GetManagedListResponse o)
Copy method to populate the builder with values from the given instance.
-