Uses of Class
com.baidubce.services.vpc.model.ListVpcRequest

Packages that use ListVpcRequest
com.baidubce.services.vpc   
com.baidubce.services.vpc.model   
 

Uses of ListVpcRequest in com.baidubce.services.vpc
 

Methods in com.baidubce.services.vpc with parameters of type ListVpcRequest
 ListVpcResponse VpcClient.listVpcs(ListVpcRequest request)
          Return a list of vpcs owned by the authenticated user.
 

Uses of ListVpcRequest in com.baidubce.services.vpc.model
 

Methods in com.baidubce.services.vpc.model that return ListVpcRequest
 ListVpcRequest ListVpcRequest.withIsDefault(Boolean isDefault)
          Configure isDefault param for the request.
 ListVpcRequest ListVpcRequest.withMarker(String marker)
          Configure the request with specified marker.
 ListVpcRequest ListVpcRequest.withMaxKeys(int maxKeys)
          Configure the request with specified maxKeys.
 ListVpcRequest ListVpcRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 



Copyright © 2018. All rights reserved.