Uses of Class
com.oracle.bmc.cloudguard.responses.ListProblemsResponse
-
Packages that use ListProblemsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListProblemsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListProblemsResponse Modifier and Type Method Description ListProblemsResponseCloudGuard. listProblems(ListProblemsRequest request)Returns a list of all Problems identified by Cloud Guard which are currently in the database and meet the filtering criteria.ListProblemsResponseCloudGuardClient. listProblems(ListProblemsRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListProblemsResponse Modifier and Type Method Description Future<ListProblemsResponse>CloudGuardAsync. listProblems(ListProblemsRequest request, AsyncHandler<ListProblemsRequest,ListProblemsResponse> handler)Returns a list of all Problems identified by Cloud Guard which are currently in the database and meet the filtering criteria.Future<ListProblemsResponse>CloudGuardAsyncClient. listProblems(ListProblemsRequest request, AsyncHandler<ListProblemsRequest,ListProblemsResponse> handler)Iterable<ListProblemsResponse>CloudGuardPaginators. listProblemsResponseIterator(ListProblemsRequest request)Creates a new iterable which will iterate over the responses received from the listProblems operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListProblemsResponse Modifier and Type Method Description Future<ListProblemsResponse>CloudGuardAsync. listProblems(ListProblemsRequest request, AsyncHandler<ListProblemsRequest,ListProblemsResponse> handler)Returns a list of all Problems identified by Cloud Guard which are currently in the database and meet the filtering criteria.Future<ListProblemsResponse>CloudGuardAsyncClient. listProblems(ListProblemsRequest request, AsyncHandler<ListProblemsRequest,ListProblemsResponse> handler) -
Uses of ListProblemsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListProblemsResponse Modifier and Type Method Description ListProblemsResponseListProblemsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListProblemsResponse Modifier and Type Method Description ListProblemsResponse.BuilderListProblemsResponse.Builder. copy(ListProblemsResponse o)Copy method to populate the builder with values from the given instance.
-