Uses of Class
com.oracle.bmc.cloudguard.responses.ListProblemEndpointsResponse
-
Packages that use ListProblemEndpointsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListProblemEndpointsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListProblemEndpointsResponse Modifier and Type Method Description ListProblemEndpointsResponseCloudGuard. listProblemEndpoints(ListProblemEndpointsRequest request)Returns a list of endpoints associated with a problem, identified by problemId.ListProblemEndpointsResponseCloudGuardClient. listProblemEndpoints(ListProblemEndpointsRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListProblemEndpointsResponse Modifier and Type Method Description Future<ListProblemEndpointsResponse>CloudGuardAsync. listProblemEndpoints(ListProblemEndpointsRequest request, AsyncHandler<ListProblemEndpointsRequest,ListProblemEndpointsResponse> handler)Returns a list of endpoints associated with a problem, identified by problemId.Future<ListProblemEndpointsResponse>CloudGuardAsyncClient. listProblemEndpoints(ListProblemEndpointsRequest request, AsyncHandler<ListProblemEndpointsRequest,ListProblemEndpointsResponse> handler)Iterable<ListProblemEndpointsResponse>CloudGuardPaginators. listProblemEndpointsResponseIterator(ListProblemEndpointsRequest request)Creates a new iterable which will iterate over the responses received from the listProblemEndpoints operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListProblemEndpointsResponse Modifier and Type Method Description Future<ListProblemEndpointsResponse>CloudGuardAsync. listProblemEndpoints(ListProblemEndpointsRequest request, AsyncHandler<ListProblemEndpointsRequest,ListProblemEndpointsResponse> handler)Returns a list of endpoints associated with a problem, identified by problemId.Future<ListProblemEndpointsResponse>CloudGuardAsyncClient. listProblemEndpoints(ListProblemEndpointsRequest request, AsyncHandler<ListProblemEndpointsRequest,ListProblemEndpointsResponse> handler) -
Uses of ListProblemEndpointsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListProblemEndpointsResponse Modifier and Type Method Description ListProblemEndpointsResponseListProblemEndpointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListProblemEndpointsResponse Modifier and Type Method Description ListProblemEndpointsResponse.BuilderListProblemEndpointsResponse.Builder. copy(ListProblemEndpointsResponse o)Copy method to populate the builder with values from the given instance.
-