Uses of Class
com.oracle.bmc.core.responses.UpdateIPSecConnectionResponse
-
Packages that use UpdateIPSecConnectionResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateIPSecConnectionResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateIPSecConnectionResponse Modifier and Type Method Description UpdateIPSecConnectionResponse
VirtualNetwork. updateIPSecConnection(UpdateIPSecConnectionRequest request)
Updates the specified IPSec connection.UpdateIPSecConnectionResponse
VirtualNetworkClient. updateIPSecConnection(UpdateIPSecConnectionRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateIPSecConnectionResponse Modifier and Type Method Description Future<UpdateIPSecConnectionResponse>
VirtualNetworkAsync. updateIPSecConnection(UpdateIPSecConnectionRequest request, AsyncHandler<UpdateIPSecConnectionRequest,UpdateIPSecConnectionResponse> handler)
Updates the specified IPSec connection.Future<UpdateIPSecConnectionResponse>
VirtualNetworkAsyncClient. updateIPSecConnection(UpdateIPSecConnectionRequest request, AsyncHandler<UpdateIPSecConnectionRequest,UpdateIPSecConnectionResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateIPSecConnectionResponse Modifier and Type Method Description Future<UpdateIPSecConnectionResponse>
VirtualNetworkAsync. updateIPSecConnection(UpdateIPSecConnectionRequest request, AsyncHandler<UpdateIPSecConnectionRequest,UpdateIPSecConnectionResponse> handler)
Updates the specified IPSec connection.Future<UpdateIPSecConnectionResponse>
VirtualNetworkAsyncClient. updateIPSecConnection(UpdateIPSecConnectionRequest request, AsyncHandler<UpdateIPSecConnectionRequest,UpdateIPSecConnectionResponse> handler)
-
Uses of UpdateIPSecConnectionResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateIPSecConnectionResponse Modifier and Type Method Description UpdateIPSecConnectionResponse
UpdateIPSecConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateIPSecConnectionResponse Modifier and Type Method Description UpdateIPSecConnectionResponse.Builder
UpdateIPSecConnectionResponse.Builder. copy(UpdateIPSecConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-