Uses of Class
com.volcengine.ecs.model.CreateDeploymentSetRequest
-
Packages that use CreateDeploymentSetRequest Package Description com.volcengine.ecs com.volcengine.ecs.model -
-
Uses of CreateDeploymentSetRequest in com.volcengine.ecs
Methods in com.volcengine.ecs with parameters of type CreateDeploymentSetRequest Modifier and Type Method Description CreateDeploymentSetResponseEcsApi. createDeploymentSet(CreateDeploymentSetRequest body)com.squareup.okhttp.CallEcsApi. createDeploymentSetAsync(CreateDeploymentSetRequest body, com.volcengine.ApiCallback<CreateDeploymentSetResponse> callback)(asynchronously)com.squareup.okhttp.CallEcsApi. createDeploymentSetCall(CreateDeploymentSetRequest body, com.volcengine.ProgressResponseBody.ProgressListener progressListener, com.volcengine.ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for createDeploymentSetcom.volcengine.ApiResponse<CreateDeploymentSetResponse>EcsApi. createDeploymentSetWithHttpInfo(@NotNull CreateDeploymentSetRequest body) -
Uses of CreateDeploymentSetRequest in com.volcengine.ecs.model
Methods in com.volcengine.ecs.model that return CreateDeploymentSetRequest Modifier and Type Method Description CreateDeploymentSetRequestCreateDeploymentSetRequest. clientToken(String clientToken)CreateDeploymentSetRequestCreateDeploymentSetRequest. deploymentSetName(String deploymentSetName)CreateDeploymentSetRequestCreateDeploymentSetRequest. description(String description)CreateDeploymentSetRequestCreateDeploymentSetRequest. granularity(String granularity)CreateDeploymentSetRequestCreateDeploymentSetRequest. groupCount(Integer groupCount)CreateDeploymentSetRequestCreateDeploymentSetRequest. strategy(String strategy)
-