ArbitraryRuleResponse |
CloudCostManagementApi.createCustomAllocationRule(ArbitraryCostUpsertRequest body)
Create custom allocation rule.
|
CompletableFuture<ArbitraryRuleResponse> |
CloudCostManagementApi.createCustomAllocationRuleAsync(ArbitraryCostUpsertRequest body)
Create custom allocation rule.
|
ApiResponse<ArbitraryRuleResponse> |
CloudCostManagementApi.createCustomAllocationRuleWithHttpInfo(ArbitraryCostUpsertRequest body)
Create a new custom allocation rule with the specified filters and allocation strategy.
|
CompletableFuture<ApiResponse<ArbitraryRuleResponse>> |
CloudCostManagementApi.createCustomAllocationRuleWithHttpInfoAsync(ArbitraryCostUpsertRequest body)
Create custom allocation rule.
|
ArbitraryRuleResponse |
CloudCostManagementApi.updateCustomAllocationRule(Long ruleId,
ArbitraryCostUpsertRequest body)
Update custom allocation rule.
|
CompletableFuture<ArbitraryRuleResponse> |
CloudCostManagementApi.updateCustomAllocationRuleAsync(Long ruleId,
ArbitraryCostUpsertRequest body)
Update custom allocation rule.
|
ApiResponse<ArbitraryRuleResponse> |
CloudCostManagementApi.updateCustomAllocationRuleWithHttpInfo(Long ruleId,
ArbitraryCostUpsertRequest body)
Update an existing custom allocation rule with new filters and allocation strategy.
|
CompletableFuture<ApiResponse<ArbitraryRuleResponse>> |
CloudCostManagementApi.updateCustomAllocationRuleWithHttpInfoAsync(Long ruleId,
ArbitraryCostUpsertRequest body)
Update custom allocation rule.
|