Uses of Class
com.oracle.bmc.cloudguard.requests.ListProblemsRequest
-
Packages that use ListProblemsRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListProblemsRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListProblemsRequest 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.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)ListProblemsResponseCloudGuardClient. listProblems(ListProblemsRequest request)Iterable<ProblemSummary>CloudGuardPaginators. listProblemsRecordIterator(ListProblemsRequest request)Creates a new iterable which will iterate over theProblemSummaryobjects contained in responses from the listProblems operation.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 ListProblemsRequest 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 ListProblemsRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListProblemsRequest Modifier and Type Method Description ListProblemsRequestListProblemsRequest.Builder. build()Build the instance of ListProblemsRequest as configured by this builderListProblemsRequestListProblemsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListProblemsRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListProblemsRequest Modifier and Type Method Description ListProblemsRequest.BuilderListProblemsRequest.Builder. copy(ListProblemsRequest o)Copy method to populate the builder with values from the given instance.
-