Uses of Class
com.baidubce.services.subnet.model.ListSubnetsRequest

Packages that use ListSubnetsRequest
com.baidubce.services.subnet   
com.baidubce.services.subnet.model   
 

Uses of ListSubnetsRequest in com.baidubce.services.subnet
 

Methods in com.baidubce.services.subnet with parameters of type ListSubnetsRequest
 ListSubnetsResponse SubnetClient.listSubnets(ListSubnetsRequest request)
          Return a list of subnet owned by the authenticated user.
 

Uses of ListSubnetsRequest in com.baidubce.services.subnet.model
 

Methods in com.baidubce.services.subnet.model that return ListSubnetsRequest
 ListSubnetsRequest ListSubnetsRequest.withMarker(String marker)
          Configure the request with specified marker.
 ListSubnetsRequest ListSubnetsRequest.withMaxKeys(int maxKeys)
          Configure the request with specified maxKeys.
 ListSubnetsRequest ListSubnetsRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 ListSubnetsRequest ListSubnetsRequest.withSubnetType(String subnetType)
          Configure subnet type for the request.
 ListSubnetsRequest ListSubnetsRequest.withVpcId(String vpcId)
          Configure vpc id for the request.
 ListSubnetsRequest ListSubnetsRequest.withZoneName(String zoneName)
          Configure zoneName for the request.
 



Copyright © 2018. All rights reserved.