Uses of Class
com.oracle.bmc.cloudguard.requests.ListSightingEndpointsRequest
-
Packages that use ListSightingEndpointsRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListSightingEndpointsRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListSightingEndpointsRequest Modifier and Type Method Description ListSightingEndpointsResponseCloudGuard. listSightingEndpoints(ListSightingEndpointsRequest request)Returns sighting endpoints details in a SightingEndpointsCollection resource with a page of SightingEndpointSummary resources.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)ListSightingEndpointsResponseCloudGuardClient. listSightingEndpoints(ListSightingEndpointsRequest request)Iterable<SightingEndpointSummary>CloudGuardPaginators. listSightingEndpointsRecordIterator(ListSightingEndpointsRequest request)Creates a new iterable which will iterate over theSightingEndpointSummaryobjects contained in responses from the listSightingEndpoints operation.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 ListSightingEndpointsRequest 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 ListSightingEndpointsRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListSightingEndpointsRequest Modifier and Type Method Description ListSightingEndpointsRequestListSightingEndpointsRequest.Builder. build()Build the instance of ListSightingEndpointsRequest as configured by this builderListSightingEndpointsRequestListSightingEndpointsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSightingEndpointsRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListSightingEndpointsRequest Modifier and Type Method Description ListSightingEndpointsRequest.BuilderListSightingEndpointsRequest.Builder. copy(ListSightingEndpointsRequest o)Copy method to populate the builder with values from the given instance.
-