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

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

Uses of ModifyVpcAttributesRequest in com.baidubce.services.vpc
 

Methods in com.baidubce.services.vpc with parameters of type ModifyVpcAttributesRequest
 void VpcClient.modifyInstanceAttributes(ModifyVpcAttributesRequest modifyVpcAttributesRequest)
          Modifying the special attribute to new value of the vpc owned by the user.
 

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

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



Copyright © 2018. All rights reserved.