Uses of Class
com.baidubce.services.peerconn.model.CreatePeerConnRequest

Packages that use CreatePeerConnRequest
com.baidubce.services.peerconn   
com.baidubce.services.peerconn.model   
 

Uses of CreatePeerConnRequest in com.baidubce.services.peerconn
 

Methods in com.baidubce.services.peerconn with parameters of type CreatePeerConnRequest
 CreatePeerConnResponse PeerConnClient.createPeerConn(CreatePeerConnRequest request)
          Create a peer connection with the specified options.
 

Uses of CreatePeerConnRequest in com.baidubce.services.peerconn.model
 

Methods in com.baidubce.services.peerconn.model that return CreatePeerConnRequest
 CreatePeerConnRequest CreatePeerConnRequest.withBandwidthInMbps(int bandwidthInMbps)
          Configure bandwidthInMbps for the request.
 CreatePeerConnRequest CreatePeerConnRequest.withBilling(Billing billing)
          Configure billing for the request.
 CreatePeerConnRequest CreatePeerConnRequest.withDescription(String description)
          Configure description for the request.
 CreatePeerConnRequest CreatePeerConnRequest.withLocalIfName(String localIfName)
          Configure localIfName for the request.
 CreatePeerConnRequest CreatePeerConnRequest.withLocalVpcId(String localVpcId)
          Configure localVpcId for the request.
 CreatePeerConnRequest CreatePeerConnRequest.withPeerAccountId(String peerAccountId)
          Configure peerAccountId for the request.
 CreatePeerConnRequest CreatePeerConnRequest.withPeerIfName(String peerIfName)
          Configure peerIfName for the request.
 CreatePeerConnRequest CreatePeerConnRequest.withPeerRegion(String peerRegion)
          Configure peerRegion for the request.
 CreatePeerConnRequest CreatePeerConnRequest.withPeerVpcId(String peerVpcId)
          Configure peerVpcId for the request.
 



Copyright © 2018. All rights reserved.