Uses of Class
com.oracle.bmc.cloudguard.responses.ListSightingEndpointsResponse
-
Packages that use ListSightingEndpointsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListSightingEndpointsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListSightingEndpointsResponse Modifier and Type Method Description ListSightingEndpointsResponseCloudGuard. listSightingEndpoints(ListSightingEndpointsRequest request)Returns sighting endpoints details in a SightingEndpointsCollection resource with a page of SightingEndpointSummary resources.ListSightingEndpointsResponseCloudGuardClient. listSightingEndpoints(ListSightingEndpointsRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListSightingEndpointsResponse Modifier and Type Method Description Future<ListSightingEndpointsResponse>CloudGuardAsync. listSightingEndpoints(ListSightingEndpointsRequest request, AsyncHandler<ListSightingEndpointsRequest,ListSightingEndpointsResponse> handler)Returns sighting endpoints details in a SightingEndpointsCollection resource with a page of SightingEndpointSummary resources.Future<ListSightingEndpointsResponse>CloudGuardAsyncClient. listSightingEndpoints(ListSightingEndpointsRequest request, AsyncHandler<ListSightingEndpointsRequest,ListSightingEndpointsResponse> handler)Iterable<ListSightingEndpointsResponse>CloudGuardPaginators. listSightingEndpointsResponseIterator(ListSightingEndpointsRequest request)Creates a new iterable which will iterate over the responses received from the listSightingEndpoints operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListSightingEndpointsResponse Modifier and Type Method Description Future<ListSightingEndpointsResponse>CloudGuardAsync. listSightingEndpoints(ListSightingEndpointsRequest request, AsyncHandler<ListSightingEndpointsRequest,ListSightingEndpointsResponse> handler)Returns sighting endpoints details in a SightingEndpointsCollection resource with a page of SightingEndpointSummary resources.Future<ListSightingEndpointsResponse>CloudGuardAsyncClient. listSightingEndpoints(ListSightingEndpointsRequest request, AsyncHandler<ListSightingEndpointsRequest,ListSightingEndpointsResponse> handler) -
Uses of ListSightingEndpointsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListSightingEndpointsResponse Modifier and Type Method Description ListSightingEndpointsResponseListSightingEndpointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListSightingEndpointsResponse Modifier and Type Method Description ListSightingEndpointsResponse.BuilderListSightingEndpointsResponse.Builder. copy(ListSightingEndpointsResponse o)Copy method to populate the builder with values from the given instance.
-