Uses of Class
com.oracle.bmc.cloudguard.requests.ListSightingsRequest
-
Packages that use ListSightingsRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListSightingsRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListSightingsRequest Modifier and Type Method Description ListSightingsResponseCloudGuard. listSightings(ListSightingsRequest request)For the parameters passed, returns a list of sightings (SightingCollection resource) with a page of SightingSummary resources.Future<ListSightingsResponse>CloudGuardAsync. listSightings(ListSightingsRequest request, AsyncHandler<ListSightingsRequest,ListSightingsResponse> handler)For the parameters passed, returns a list of sightings (SightingCollection resource) with a page of SightingSummary resources.Future<ListSightingsResponse>CloudGuardAsyncClient. listSightings(ListSightingsRequest request, AsyncHandler<ListSightingsRequest,ListSightingsResponse> handler)ListSightingsResponseCloudGuardClient. listSightings(ListSightingsRequest request)Iterable<SightingSummary>CloudGuardPaginators. listSightingsRecordIterator(ListSightingsRequest request)Creates a new iterable which will iterate over theSightingSummaryobjects contained in responses from the listSightings operation.Iterable<ListSightingsResponse>CloudGuardPaginators. listSightingsResponseIterator(ListSightingsRequest request)Creates a new iterable which will iterate over the responses received from the listSightings operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListSightingsRequest Modifier and Type Method Description Future<ListSightingsResponse>CloudGuardAsync. listSightings(ListSightingsRequest request, AsyncHandler<ListSightingsRequest,ListSightingsResponse> handler)For the parameters passed, returns a list of sightings (SightingCollection resource) with a page of SightingSummary resources.Future<ListSightingsResponse>CloudGuardAsyncClient. listSightings(ListSightingsRequest request, AsyncHandler<ListSightingsRequest,ListSightingsResponse> handler) -
Uses of ListSightingsRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListSightingsRequest Modifier and Type Method Description ListSightingsRequestListSightingsRequest.Builder. build()Build the instance of ListSightingsRequest as configured by this builderListSightingsRequestListSightingsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSightingsRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListSightingsRequest Modifier and Type Method Description ListSightingsRequest.BuilderListSightingsRequest.Builder. copy(ListSightingsRequest o)Copy method to populate the builder with values from the given instance.
-