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

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

Uses of DeleteSubnetRequest in com.baidubce.services.subnet
 

Methods in com.baidubce.services.subnet with parameters of type DeleteSubnetRequest
 void SubnetClient.deleteSubnet(DeleteSubnetRequest deleteSubnetRequest)
          Delete the specified subnet owned by the user.
 

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

Methods in com.baidubce.services.subnet.model that return DeleteSubnetRequest
 DeleteSubnetRequest DeleteSubnetRequest.withClientToken(String clientToken)
          Configure optional client token for the request.
 DeleteSubnetRequest DeleteSubnetRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 DeleteSubnetRequest DeleteSubnetRequest.withSubnetId(String subnetId)
          Configure the subnetId for the request.
 



Copyright © 2018. All rights reserved.