Uses of Class
com.baidubce.services.bcc.model.snapshot.CreateSnapshotRequest

Packages that use CreateSnapshotRequest
com.baidubce.services.bcc   
com.baidubce.services.bcc.model.snapshot   
 

Uses of CreateSnapshotRequest in com.baidubce.services.bcc
 

Methods in com.baidubce.services.bcc with parameters of type CreateSnapshotRequest
 CreateSnapshotResponse BccClient.createSnapshot(CreateSnapshotRequest request)
          Creating snapshot from specified volume.
 

Uses of CreateSnapshotRequest in com.baidubce.services.bcc.model.snapshot
 

Methods in com.baidubce.services.bcc.model.snapshot that return CreateSnapshotRequest
 CreateSnapshotRequest CreateSnapshotRequest.withClientToken(String clientToken)
          Configure optional client token for the request.
 CreateSnapshotRequest CreateSnapshotRequest.withDesc(String desc)
          Configure desc for the request.
 CreateSnapshotRequest CreateSnapshotRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 CreateSnapshotRequest CreateSnapshotRequest.withSnapshotName(String snapshotName)
          Configure snapshotName for the request.
 CreateSnapshotRequest CreateSnapshotRequest.withVolumeId(String volumeId)
          Configure volumeId for the request.
 



Copyright © 2018. All rights reserved.