Uses of Class
software.amazon.awssdk.services.marketplacemetering.model.MarketplaceMeteringException
-
Packages that use MarketplaceMeteringException Package Description software.amazon.awssdk.services.marketplacemetering AWS Marketplace Metering Service software.amazon.awssdk.services.marketplacemetering.model -
-
Uses of MarketplaceMeteringException in software.amazon.awssdk.services.marketplacemetering
Methods in software.amazon.awssdk.services.marketplacemetering that throw MarketplaceMeteringException Modifier and Type Method Description default BatchMeterUsageResponseMarketplaceMeteringClient. batchMeterUsage(Consumer<BatchMeterUsageRequest.Builder> batchMeterUsageRequest)BatchMeterUsageis called from a SaaS application listed on AWS Marketplace to post metering records for a set of customers.default BatchMeterUsageResponseMarketplaceMeteringClient. batchMeterUsage(BatchMeterUsageRequest batchMeterUsageRequest)BatchMeterUsageis called from a SaaS application listed on AWS Marketplace to post metering records for a set of customers.default MeterUsageResponseMarketplaceMeteringClient. meterUsage(Consumer<MeterUsageRequest.Builder> meterUsageRequest)API to emit metering records.default MeterUsageResponseMarketplaceMeteringClient. meterUsage(MeterUsageRequest meterUsageRequest)API to emit metering records.default RegisterUsageResponseMarketplaceMeteringClient. registerUsage(Consumer<RegisterUsageRequest.Builder> registerUsageRequest)Paid container software products sold through AWS Marketplace must integrate with the AWS Marketplace Metering Service and call theRegisterUsageoperation for software entitlement and metering.default RegisterUsageResponseMarketplaceMeteringClient. registerUsage(RegisterUsageRequest registerUsageRequest)Paid container software products sold through AWS Marketplace must integrate with the AWS Marketplace Metering Service and call theRegisterUsageoperation for software entitlement and metering.default ResolveCustomerResponseMarketplaceMeteringClient. resolveCustomer(Consumer<ResolveCustomerRequest.Builder> resolveCustomerRequest)ResolveCustomeris called by a SaaS application during the registration process.default ResolveCustomerResponseMarketplaceMeteringClient. resolveCustomer(ResolveCustomerRequest resolveCustomerRequest)ResolveCustomeris called by a SaaS application during the registration process. -
Uses of MarketplaceMeteringException in software.amazon.awssdk.services.marketplacemetering.model
Subclasses of MarketplaceMeteringException in software.amazon.awssdk.services.marketplacemetering.model Modifier and Type Class Description classCustomerNotEntitledExceptionException thrown when the customer does not have a valid subscription for the product.classDisabledApiExceptionThe API is disabled in the Region.classDuplicateRequestExceptionA metering record has already been emitted by the same EC2 instance, ECS task, or EKS pod for the given {usageDimension,timestampwith a differentusageQuantity.classExpiredTokenExceptionThe submitted registration token has expired.classInternalServiceErrorExceptionAn internal error has occurred.classInvalidCustomerIdentifierExceptionYou have metered usage for aCustomerIdentifierthat does not exist.classInvalidEndpointRegionExceptionThe endpoint being called is in a AWS Region different from your EC2 instance, ECS task, or EKS pod.classInvalidProductCodeExceptionThe product code passed does not match the product code used for publishing the product.classInvalidPublicKeyVersionExceptionPublic Key version is invalid.classInvalidRegionExceptionRegisterUsagemust be called in the same AWS Region the ECS task was launched in.classInvalidTagExceptionThe tag is invalid, or the number of tags is greater than 5.classInvalidTokenExceptionRegistration token is invalid.classInvalidUsageAllocationsExceptionThe usage allocation objects are invalid, or the number of allocations is greater than 500 for a single usage record.classInvalidUsageDimensionExceptionThe usage dimension does not match one of theUsageDimensionsassociated with products.classPlatformNotSupportedExceptionAWS Marketplace does not support metering usage from the underlying platform.classThrottlingExceptionThe calls to the API are throttled.classTimestampOutOfBoundsExceptionThetimestampvalue passed in theUsageRecordis out of allowed range.Methods in software.amazon.awssdk.services.marketplacemetering.model that return MarketplaceMeteringException Modifier and Type Method Description MarketplaceMeteringExceptionMarketplaceMeteringException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.marketplacemetering.model with parameters of type MarketplaceMeteringException Constructor Description BuilderImpl(MarketplaceMeteringException ex)
-