Uses of Class
com.volcengine.ecs.model.CreateImageRequest
-
Packages that use CreateImageRequest Package Description com.volcengine.ecs com.volcengine.ecs.model -
-
Uses of CreateImageRequest in com.volcengine.ecs
Methods in com.volcengine.ecs with parameters of type CreateImageRequest Modifier and Type Method Description CreateImageResponseEcsApi. createImage(CreateImageRequest body)com.squareup.okhttp.CallEcsApi. createImageAsync(CreateImageRequest body, com.volcengine.ApiCallback<CreateImageResponse> callback)(asynchronously)com.squareup.okhttp.CallEcsApi. createImageCall(CreateImageRequest body, com.volcengine.ProgressResponseBody.ProgressListener progressListener, com.volcengine.ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for createImagecom.volcengine.ApiResponse<CreateImageResponse>EcsApi. createImageWithHttpInfo(@NotNull CreateImageRequest body) -
Uses of CreateImageRequest in com.volcengine.ecs.model
Methods in com.volcengine.ecs.model that return CreateImageRequest Modifier and Type Method Description CreateImageRequestCreateImageRequest. addTagsItem(TagForCreateImageInput tagsItem)CreateImageRequestCreateImageRequest. createWholeImage(Boolean createWholeImage)CreateImageRequestCreateImageRequest. description(String description)CreateImageRequestCreateImageRequest. imageName(String imageName)CreateImageRequestCreateImageRequest. instanceId(String instanceId)CreateImageRequestCreateImageRequest. needDetection(Boolean needDetection)CreateImageRequestCreateImageRequest. projectName(String projectName)CreateImageRequestCreateImageRequest. snapshotGroupId(String snapshotGroupId)CreateImageRequestCreateImageRequest. snapshotId(String snapshotId)CreateImageRequestCreateImageRequest. tags(List<TagForCreateImageInput> tags)
-