Uses of Class
com.oracle.bmc.cloudguard.responses.ListSightingsResponse
-
Packages that use ListSightingsResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ListSightingsResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ListSightingsResponse 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.ListSightingsResponseCloudGuardClient. listSightings(ListSightingsRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ListSightingsResponse 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)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 ListSightingsResponse 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 ListSightingsResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ListSightingsResponse Modifier and Type Method Description ListSightingsResponseListSightingsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ListSightingsResponse Modifier and Type Method Description ListSightingsResponse.BuilderListSightingsResponse.Builder. copy(ListSightingsResponse o)Copy method to populate the builder with values from the given instance.
-