Uses of Class
com.baidubce.services.route.model.CreateRouteRequest

Packages that use CreateRouteRequest
com.baidubce.services.route   
com.baidubce.services.route.model   
 

Uses of CreateRouteRequest in com.baidubce.services.route
 

Methods in com.baidubce.services.route with parameters of type CreateRouteRequest
 CreateRouteResponse RouteClient.createRoute(CreateRouteRequest request)
          Create a route with the specified options.
 

Uses of CreateRouteRequest in com.baidubce.services.route.model
 

Methods in com.baidubce.services.route.model that return CreateRouteRequest
 CreateRouteRequest CreateRouteRequest.withClientToken(String clientToken)
          Configure optional client token for the request.
 CreateRouteRequest CreateRouteRequest.withDescription(String description)
          configure description for the request
 CreateRouteRequest CreateRouteRequest.withDestinationAddress(String destinationAddress)
          configure destination address for the request
 CreateRouteRequest CreateRouteRequest.withNextHopId(String nexthopId)
          configure next hop id for the request
 CreateRouteRequest CreateRouteRequest.withNextHopType(String nexthopType)
          configure next hop type for the request
 CreateRouteRequest CreateRouteRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 CreateRouteRequest CreateRouteRequest.withRouteTableId(String routeTableId)
          configure route table id for the request
 CreateRouteRequest CreateRouteRequest.withSourceAddress(String sourceAddress)
          configure source address for the request
 CreateRouteRequest CreateRouteRequest.withVersion(String version)
           
 



Copyright © 2018. All rights reserved.