Uses of Class
software.amazon.awssdk.services.marketplacemetering.model.UsageAllocation
-
Packages that use UsageAllocation Package Description software.amazon.awssdk.services.marketplacemetering.model -
-
Uses of UsageAllocation in software.amazon.awssdk.services.marketplacemetering.model
Methods in software.amazon.awssdk.services.marketplacemetering.model that return types with arguments of type UsageAllocation Modifier and Type Method Description List<UsageAllocation>MeterUsageRequest. usageAllocations()The set ofUsageAllocationsto submit.List<UsageAllocation>UsageRecord. usageAllocations()The set ofUsageAllocationsto submit.Methods in software.amazon.awssdk.services.marketplacemetering.model with parameters of type UsageAllocation Modifier and Type Method Description MeterUsageRequest.BuilderMeterUsageRequest.Builder. usageAllocations(UsageAllocation... usageAllocations)The set ofUsageAllocationsto submit.UsageRecord.BuilderUsageRecord.Builder. usageAllocations(UsageAllocation... usageAllocations)The set ofUsageAllocationsto submit.Method parameters in software.amazon.awssdk.services.marketplacemetering.model with type arguments of type UsageAllocation Modifier and Type Method Description MeterUsageRequest.BuilderMeterUsageRequest.Builder. usageAllocations(Collection<UsageAllocation> usageAllocations)The set ofUsageAllocationsto submit.UsageRecord.BuilderUsageRecord.Builder. usageAllocations(Collection<UsageAllocation> usageAllocations)The set ofUsageAllocationsto submit.
-