Uses of Class
com.oracle.bmc.cloudguard.responses.GetSightingResponse
-
Packages that use GetSightingResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of GetSightingResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetSightingResponse Modifier and Type Method Description GetSightingResponse
CloudGuard. getSighting(GetSightingRequest request)
Returns a single sighting (Sighting resource) identified by sightingId.GetSightingResponse
CloudGuardClient. getSighting(GetSightingRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type GetSightingResponse Modifier and Type Method Description Future<GetSightingResponse>
CloudGuardAsync. getSighting(GetSightingRequest request, AsyncHandler<GetSightingRequest,GetSightingResponse> handler)
Returns a single sighting (Sighting resource) identified by sightingId.Future<GetSightingResponse>
CloudGuardAsyncClient. getSighting(GetSightingRequest request, AsyncHandler<GetSightingRequest,GetSightingResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetSightingResponse Modifier and Type Method Description Future<GetSightingResponse>
CloudGuardAsync. getSighting(GetSightingRequest request, AsyncHandler<GetSightingRequest,GetSightingResponse> handler)
Returns a single sighting (Sighting resource) identified by sightingId.Future<GetSightingResponse>
CloudGuardAsyncClient. getSighting(GetSightingRequest request, AsyncHandler<GetSightingRequest,GetSightingResponse> handler)
-
Uses of GetSightingResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetSightingResponse Modifier and Type Method Description GetSightingResponse
GetSightingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type GetSightingResponse Modifier and Type Method Description GetSightingResponse.Builder
GetSightingResponse.Builder. copy(GetSightingResponse o)
Copy method to populate the builder with values from the given instance.
-