Uses of Class
com.oracle.bmc.core.responses.GetCaptureFilterResponse
-
Packages that use GetCaptureFilterResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetCaptureFilterResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetCaptureFilterResponse Modifier and Type Method Description GetCaptureFilterResponse
VirtualNetwork. getCaptureFilter(GetCaptureFilterRequest request)
Gets information about the specified VTAP capture filter.GetCaptureFilterResponse
VirtualNetworkClient. getCaptureFilter(GetCaptureFilterRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetCaptureFilterResponse Modifier and Type Method Description Future<GetCaptureFilterResponse>
VirtualNetworkAsync. getCaptureFilter(GetCaptureFilterRequest request, AsyncHandler<GetCaptureFilterRequest,GetCaptureFilterResponse> handler)
Gets information about the specified VTAP capture filter.Future<GetCaptureFilterResponse>
VirtualNetworkAsyncClient. getCaptureFilter(GetCaptureFilterRequest request, AsyncHandler<GetCaptureFilterRequest,GetCaptureFilterResponse> handler)
-
Uses of GetCaptureFilterResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetCaptureFilterResponse Modifier and Type Method Description GetCaptureFilterResponse
GetCaptureFilterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetCaptureFilterResponse Modifier and Type Method Description GetCaptureFilterResponse.Builder
GetCaptureFilterResponse.Builder. copy(GetCaptureFilterResponse o)
Copy method to populate the builder with values from the given instance.
-