Uses of Class
com.baidubce.services.bcc.model.volume.AttachVolumeRequest

Packages that use AttachVolumeRequest
com.baidubce.services.bcc   
com.baidubce.services.bcc.model.volume   
 

Uses of AttachVolumeRequest in com.baidubce.services.bcc
 

Methods in com.baidubce.services.bcc with parameters of type AttachVolumeRequest
 AttachVolumeResponse BccClient.attachVolume(AttachVolumeRequest request)
          Attaching the specified volume to a specified instance.
 

Uses of AttachVolumeRequest in com.baidubce.services.bcc.model.volume
 

Methods in com.baidubce.services.bcc.model.volume that return AttachVolumeRequest
 AttachVolumeRequest AttachVolumeRequest.withInstanceId(String instanceId)
          Configure instanceId for the request.
 AttachVolumeRequest AttachVolumeRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 AttachVolumeRequest AttachVolumeRequest.withVolumeId(String volumeId)
          Configure volumeId for the request.
 



Copyright © 2018. All rights reserved.