Uses of Class
com.oracle.bmc.core.responses.CreateRemotePeeringConnectionResponse
-
Packages that use CreateRemotePeeringConnectionResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CreateRemotePeeringConnectionResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CreateRemotePeeringConnectionResponse Modifier and Type Method Description CreateRemotePeeringConnectionResponseVirtualNetwork. createRemotePeeringConnection(CreateRemotePeeringConnectionRequest request)Creates a new remote peering connection (RPC) for the specified DRG.CreateRemotePeeringConnectionResponseVirtualNetworkClient. createRemotePeeringConnection(CreateRemotePeeringConnectionRequest request)Methods in com.oracle.bmc.core that return types with arguments of type CreateRemotePeeringConnectionResponse Modifier and Type Method Description Future<CreateRemotePeeringConnectionResponse>VirtualNetworkAsync. createRemotePeeringConnection(CreateRemotePeeringConnectionRequest request, AsyncHandler<CreateRemotePeeringConnectionRequest,CreateRemotePeeringConnectionResponse> handler)Creates a new remote peering connection (RPC) for the specified DRG.Future<CreateRemotePeeringConnectionResponse>VirtualNetworkAsyncClient. createRemotePeeringConnection(CreateRemotePeeringConnectionRequest request, AsyncHandler<CreateRemotePeeringConnectionRequest,CreateRemotePeeringConnectionResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type CreateRemotePeeringConnectionResponse Modifier and Type Method Description Future<CreateRemotePeeringConnectionResponse>VirtualNetworkAsync. createRemotePeeringConnection(CreateRemotePeeringConnectionRequest request, AsyncHandler<CreateRemotePeeringConnectionRequest,CreateRemotePeeringConnectionResponse> handler)Creates a new remote peering connection (RPC) for the specified DRG.Future<CreateRemotePeeringConnectionResponse>VirtualNetworkAsyncClient. createRemotePeeringConnection(CreateRemotePeeringConnectionRequest request, AsyncHandler<CreateRemotePeeringConnectionRequest,CreateRemotePeeringConnectionResponse> handler) -
Uses of CreateRemotePeeringConnectionResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CreateRemotePeeringConnectionResponse Modifier and Type Method Description CreateRemotePeeringConnectionResponseCreateRemotePeeringConnectionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CreateRemotePeeringConnectionResponse Modifier and Type Method Description CreateRemotePeeringConnectionResponse.BuilderCreateRemotePeeringConnectionResponse.Builder. copy(CreateRemotePeeringConnectionResponse o)Copy method to populate the builder with values from the given instance.
-