Uses of Class
com.baidubce.services.bcc.model.image.CreateImageRequest

Packages that use CreateImageRequest
com.baidubce.services.bcc   
com.baidubce.services.bcc.model.image   
 

Uses of CreateImageRequest in com.baidubce.services.bcc
 

Methods in com.baidubce.services.bcc with parameters of type CreateImageRequest
 CreateImageResponse BccClient.createImage(CreateImageRequest request)
          Creating a customized image which can be used for creating instance in the future.
 

Uses of CreateImageRequest in com.baidubce.services.bcc.model.image
 

Methods in com.baidubce.services.bcc.model.image that return CreateImageRequest
 CreateImageRequest CreateImageRequest.withClientToken(String clientToken)
          Configure optional client token for the request.
 CreateImageRequest CreateImageRequest.withImageName(String imageName)
          Configure imageName for the request.
 CreateImageRequest CreateImageRequest.withInstanceId(String instanceId)
          Configure instanceId for the request.
 CreateImageRequest CreateImageRequest.withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 CreateImageRequest CreateImageRequest.withSnapshotId(String snapshotId)
          Configure snapshotId for the request.
 



Copyright © 2018. All rights reserved.