Uses of Class
com.volcengine.ecs.model.ModifyImageAttributeRequest
-
Packages that use ModifyImageAttributeRequest Package Description com.volcengine.ecs com.volcengine.ecs.model -
-
Uses of ModifyImageAttributeRequest in com.volcengine.ecs
Methods in com.volcengine.ecs with parameters of type ModifyImageAttributeRequest Modifier and Type Method Description ModifyImageAttributeResponseEcsApi. modifyImageAttribute(ModifyImageAttributeRequest body)com.squareup.okhttp.CallEcsApi. modifyImageAttributeAsync(ModifyImageAttributeRequest body, com.volcengine.ApiCallback<ModifyImageAttributeResponse> callback)(asynchronously)com.squareup.okhttp.CallEcsApi. modifyImageAttributeCall(ModifyImageAttributeRequest body, com.volcengine.ProgressResponseBody.ProgressListener progressListener, com.volcengine.ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for modifyImageAttributecom.volcengine.ApiResponse<ModifyImageAttributeResponse>EcsApi. modifyImageAttributeWithHttpInfo(@NotNull ModifyImageAttributeRequest body) -
Uses of ModifyImageAttributeRequest in com.volcengine.ecs.model
Methods in com.volcengine.ecs.model that return ModifyImageAttributeRequest Modifier and Type Method Description ModifyImageAttributeRequestModifyImageAttributeRequest. bootMode(String bootMode)ModifyImageAttributeRequestModifyImageAttributeRequest. description(String description)ModifyImageAttributeRequestModifyImageAttributeRequest. imageId(String imageId)ModifyImageAttributeRequestModifyImageAttributeRequest. imageName(String imageName)
-