Uses of Class
com.oracle.bmc.cloudguard.responses.ListProblemEntitiesResponse
-
Packages that use ListProblemEntitiesResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListProblemEntitiesResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListProblemEntitiesResponse Modifier and Type Method Description ListProblemEntitiesResponse
CloudGuard. listProblemEntities(ListProblemEntitiesRequest request)
Returns a list of entities for a problem.ListProblemEntitiesResponse
CloudGuardClient. listProblemEntities(ListProblemEntitiesRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListProblemEntitiesResponse Modifier and Type Method Description Future<ListProblemEntitiesResponse>
CloudGuardAsync. listProblemEntities(ListProblemEntitiesRequest request, AsyncHandler<ListProblemEntitiesRequest,ListProblemEntitiesResponse> handler)
Returns a list of entities for a problem.Future<ListProblemEntitiesResponse>
CloudGuardAsyncClient. listProblemEntities(ListProblemEntitiesRequest request, AsyncHandler<ListProblemEntitiesRequest,ListProblemEntitiesResponse> handler)
Iterable<ListProblemEntitiesResponse>
CloudGuardPaginators. listProblemEntitiesResponseIterator(ListProblemEntitiesRequest request)
Creates a new iterable which will iterate over the responses received from the listProblemEntities operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListProblemEntitiesResponse Modifier and Type Method Description Future<ListProblemEntitiesResponse>
CloudGuardAsync. listProblemEntities(ListProblemEntitiesRequest request, AsyncHandler<ListProblemEntitiesRequest,ListProblemEntitiesResponse> handler)
Returns a list of entities for a problem.Future<ListProblemEntitiesResponse>
CloudGuardAsyncClient. listProblemEntities(ListProblemEntitiesRequest request, AsyncHandler<ListProblemEntitiesRequest,ListProblemEntitiesResponse> handler)
-
Uses of ListProblemEntitiesResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListProblemEntitiesResponse Modifier and Type Method Description ListProblemEntitiesResponse
ListProblemEntitiesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListProblemEntitiesResponse Modifier and Type Method Description ListProblemEntitiesResponse.Builder
ListProblemEntitiesResponse.Builder. copy(ListProblemEntitiesResponse o)
Copy method to populate the builder with values from the given instance.
-