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

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

Uses of DeleteVpcRequest in com.baidubce.services.vpc
 

Methods in com.baidubce.services.vpc with parameters of type DeleteVpcRequest
 void VpcClient.deleteVpc(DeleteVpcRequest deleteVpcRequest)
          Delete the specified vpc owned by the user.All resource in the vpc must be deleted before the vpc itself can be deleted.
 

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

Methods in com.baidubce.services.vpc.model that return DeleteVpcRequest
 DeleteVpcRequest DeleteVpcRequest.withClientToken(String clientToken)
          Configure optional client token for the request.
 DeleteVpcRequest DeleteVpcRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 DeleteVpcRequest DeleteVpcRequest.withVpcId(String vpcId)
          Configure the vpcId for the request.
 



Copyright © 2018. All rights reserved.