Skip navigation links
A B C D E F G H I M P R S T U V W 

A

AbstractAWSMarketplaceMetering - Class in com.amazonaws.services.marketplacemetering
Abstract implementation of AWSMarketplaceMetering.
AbstractAWSMarketplaceMetering() - Constructor for class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMetering
 
AbstractAWSMarketplaceMeteringAsync - Class in com.amazonaws.services.marketplacemetering
Abstract implementation of AWSMarketplaceMeteringAsync.
AbstractAWSMarketplaceMeteringAsync() - Constructor for class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMeteringAsync
 
asyncBuilder() - Static method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
 
AWSMarketplaceMetering - Interface in com.amazonaws.services.marketplacemetering
Interface for accessing AWSMarketplace Metering.
AWSMarketplaceMeteringAsync - Interface in com.amazonaws.services.marketplacemetering
Interface for accessing AWSMarketplace Metering asynchronously.
AWSMarketplaceMeteringAsyncClient - Class in com.amazonaws.services.marketplacemetering
Client for accessing AWSMarketplace Metering asynchronously.
AWSMarketplaceMeteringAsyncClient() - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
AWSMarketplaceMeteringAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
AWSMarketplaceMeteringAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
AWSMarketplaceMeteringAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
AWSMarketplaceMeteringAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
AWSMarketplaceMeteringAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
AWSMarketplaceMeteringAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
AWSMarketplaceMeteringAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
AWSMarketplaceMeteringAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
AWSMarketplaceMeteringAsyncClientBuilder - Class in com.amazonaws.services.marketplacemetering
Fluent builder for AWSMarketplaceMeteringAsync.
AWSMarketplaceMeteringClient - Class in com.amazonaws.services.marketplacemetering
Client for accessing AWSMarketplace Metering.
AWSMarketplaceMeteringClient() - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
AWSMarketplaceMeteringClient(ClientConfiguration) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
AWSMarketplaceMeteringClient(AWSCredentials) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AWSMarketplaceMeteringClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AWSMarketplaceMeteringClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
AWSMarketplaceMeteringClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
AWSMarketplaceMeteringClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
AWSMarketplaceMeteringClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
AWSMarketplaceMeteringClientBuilder - Class in com.amazonaws.services.marketplacemetering
Fluent builder for AWSMarketplaceMetering.
AWSMarketplaceMeteringException - Exception in com.amazonaws.services.marketplacemetering.model
Base exception for all service exceptions thrown by AWSMarketplace Metering
AWSMarketplaceMeteringException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.AWSMarketplaceMeteringException
Constructs a new AWSMarketplaceMeteringException with the specified error message.

B

batchMeterUsage(BatchMeterUsageRequest) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMetering
 
batchMeterUsage(BatchMeterUsageRequest) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMetering
BatchMeterUsage is called from a SaaS application listed on the AWS Marketplace to post metering records for a set of customers.
batchMeterUsage(BatchMeterUsageRequest) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
BatchMeterUsage is called from a SaaS application listed on the AWS Marketplace to post metering records for a set of customers.
batchMeterUsageAsync(BatchMeterUsageRequest) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMeteringAsync
 
batchMeterUsageAsync(BatchMeterUsageRequest, AsyncHandler<BatchMeterUsageRequest, BatchMeterUsageResult>) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMeteringAsync
 
batchMeterUsageAsync(BatchMeterUsageRequest) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsync
BatchMeterUsage is called from a SaaS application listed on the AWS Marketplace to post metering records for a set of customers.
batchMeterUsageAsync(BatchMeterUsageRequest, AsyncHandler<BatchMeterUsageRequest, BatchMeterUsageResult>) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsync
BatchMeterUsage is called from a SaaS application listed on the AWS Marketplace to post metering records for a set of customers.
batchMeterUsageAsync(BatchMeterUsageRequest) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
 
batchMeterUsageAsync(BatchMeterUsageRequest, AsyncHandler<BatchMeterUsageRequest, BatchMeterUsageResult>) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
 
BatchMeterUsageRequest - Class in com.amazonaws.services.marketplacemetering.model
A BatchMeterUsageRequest contains UsageRecords, which indicate quantities of usage within your application.
BatchMeterUsageRequest() - Constructor for class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageRequest
 
BatchMeterUsageResult - Class in com.amazonaws.services.marketplacemetering.model
Contains the UsageRecords processed by BatchMeterUsage and any records that have failed due to transient error.
BatchMeterUsageResult() - Constructor for class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
 
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClientBuilder
Construct an asynchronous implementation of AWSMarketplaceMeteringAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClientBuilder
Construct a synchronous implementation of AWSMarketplaceMetering using the current builder configuration.
builder() - Static method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
 

C

clone() - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageRequest
 
clone() - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
 
clone() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
 
clone() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageResult
 
clone() - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
 
clone() - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageResult
 
clone() - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerRequest
 
clone() - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerResult
 
clone() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
 
clone() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
 
com.amazonaws.services.marketplacemetering - package com.amazonaws.services.marketplacemetering
AWS Marketplace Metering Service
com.amazonaws.services.marketplacemetering.model - package com.amazonaws.services.marketplacemetering.model
 
configFactory - Static variable in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
Client configuration factory providing ClientConfigurations tailored to this client
CustomerNotEntitledException - Exception in com.amazonaws.services.marketplacemetering.model
Exception thrown when the customer does not have a valid subscription for the product.
CustomerNotEntitledException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.CustomerNotEntitledException
Constructs a new CustomerNotEntitledException with the specified error message.

D

defaultClient() - Static method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClientBuilder
 
DisabledApiException - Exception in com.amazonaws.services.marketplacemetering.model
The API is disabled in the Region.
DisabledApiException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.DisabledApiException
Constructs a new DisabledApiException with the specified error message.
DuplicateRequestException - Exception in com.amazonaws.services.marketplacemetering.model
A metering record has already been emitted by the same EC2 instance for the given {usageDimension, timestamp} with a different usageQuantity.
DuplicateRequestException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.DuplicateRequestException
Constructs a new DuplicateRequestException with the specified error message.

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMetering
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerRequest
 
equals(Object) - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerResult
 
equals(Object) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
 
equals(Object) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
 
ExpiredTokenException - Exception in com.amazonaws.services.marketplacemetering.model
The submitted registration token has expired.
ExpiredTokenException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.ExpiredTokenException
Constructs a new ExpiredTokenException with the specified error message.

F

fromValue(String) - Static method in enum com.amazonaws.services.marketplacemetering.model.UsageRecordResultStatus
Use this in place of valueOf.

G

getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMetering
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMetering
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCustomerIdentifier() - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerResult
The CustomerIdentifier is used to identify an individual customer in your application.
getCustomerIdentifier() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
The CustomerIdentifier is obtained through the ResolveCustomer operation and represents an individual buyer in your application.
getDimension() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
During the process of registering a product on AWS Marketplace, up to eight dimensions are specified.
getDryRun() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Checks whether you have the permissions required for the action, but does not make the request.
getExecutorService() - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
Returns the executor service used by this client to execute async requests.
getMeteringRecordId() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageResult
Metering record id.
getMeteringRecordId() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
The MeteringRecordId is a unique identifier for this metering event.
getNonce() - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
(Optional) To scope down the registration to a specific running software instance and guard against replay attacks.
getProductCode() - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageRequest
Product code is used to uniquely identify a product in AWS Marketplace.
getProductCode() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Product code is used to uniquely identify a product in AWS Marketplace.
getProductCode() - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
Product code is used to uniquely identify a product in AWS Marketplace.
getProductCode() - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerResult
The product code is returned to confirm that the buyer is registering for your product.
getPublicKeyRotationTimestamp() - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageResult
(Optional) Only included when public key version has expired
getPublicKeyVersion() - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
Public Key Version provided by AWS Marketplace
getQuantity() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
The quantity of usage consumed by the customer for the given dimension and time.
getRegistrationToken() - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerRequest
When a buyer visits your website during the registration process, the buyer submits a registration token through the browser.
getResults() - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
Contains all UsageRecords processed by BatchMeterUsage.
getSignature() - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageResult
JWT Token
getStatus() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
The UsageRecordResult Status indicates the status of an individual UsageRecord processed by BatchMeterUsage.
getTimestamp() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Timestamp of the hour, recorded in UTC.
getTimestamp() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
Timestamp of the hour, recorded in UTC.
getUnprocessedRecords() - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
Contains all UsageRecords that were not processed by BatchMeterUsage.
getUsageDimension() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
It will be one of the fcp dimension name provided during the publishing of the product.
getUsageQuantity() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Consumption value for the hour.
getUsageRecord() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
The UsageRecord that was part of the BatchMeterUsage request.
getUsageRecords() - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageRequest
The set of UsageRecords to submit.

H

hashCode() - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
 
hashCode() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageResult
 
hashCode() - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageResult
 
hashCode() - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerRequest
 
hashCode() - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerResult
 
hashCode() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
 
hashCode() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
 

I

InternalServiceErrorException - Exception in com.amazonaws.services.marketplacemetering.model
An internal error has occurred.
InternalServiceErrorException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.InternalServiceErrorException
Constructs a new InternalServiceErrorException with the specified error message.
InvalidCustomerIdentifierException - Exception in com.amazonaws.services.marketplacemetering.model
You have metered usage for a CustomerIdentifier that does not exist.
InvalidCustomerIdentifierException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.InvalidCustomerIdentifierException
Constructs a new InvalidCustomerIdentifierException with the specified error message.
InvalidEndpointRegionException - Exception in com.amazonaws.services.marketplacemetering.model
The endpoint being called is in a Region different from your EC2 instance.
InvalidEndpointRegionException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.InvalidEndpointRegionException
Constructs a new InvalidEndpointRegionException with the specified error message.
InvalidProductCodeException - Exception in com.amazonaws.services.marketplacemetering.model
The product code passed does not match the product code used for publishing the product.
InvalidProductCodeException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.InvalidProductCodeException
Constructs a new InvalidProductCodeException with the specified error message.
InvalidPublicKeyVersionException - Exception in com.amazonaws.services.marketplacemetering.model
Public Key version is invalid.
InvalidPublicKeyVersionException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.InvalidPublicKeyVersionException
Constructs a new InvalidPublicKeyVersionException with the specified error message.
InvalidRegionException - Exception in com.amazonaws.services.marketplacemetering.model
RegisterUsage must be called in the same AWS Region the ECS task was launched in.
InvalidRegionException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.InvalidRegionException
Constructs a new InvalidRegionException with the specified error message.
InvalidTokenException - Exception in com.amazonaws.services.marketplacemetering.model
Registration token is invalid.
InvalidTokenException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.InvalidTokenException
Constructs a new InvalidTokenException with the specified error message.
InvalidUsageDimensionException - Exception in com.amazonaws.services.marketplacemetering.model
The usage dimension does not match one of the UsageDimensions associated with products.
InvalidUsageDimensionException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.InvalidUsageDimensionException
Constructs a new InvalidUsageDimensionException with the specified error message.
isDryRun() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Checks whether you have the permissions required for the action, but does not make the request.

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
 
meterUsage(MeterUsageRequest) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMetering
 
meterUsage(MeterUsageRequest) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMetering
API to emit metering records.
meterUsage(MeterUsageRequest) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
API to emit metering records.
meterUsageAsync(MeterUsageRequest) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMeteringAsync
 
meterUsageAsync(MeterUsageRequest, AsyncHandler<MeterUsageRequest, MeterUsageResult>) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMeteringAsync
 
meterUsageAsync(MeterUsageRequest) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsync
API to emit metering records.
meterUsageAsync(MeterUsageRequest, AsyncHandler<MeterUsageRequest, MeterUsageResult>) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsync
API to emit metering records.
meterUsageAsync(MeterUsageRequest) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
 
meterUsageAsync(MeterUsageRequest, AsyncHandler<MeterUsageRequest, MeterUsageResult>) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
 
MeterUsageRequest - Class in com.amazonaws.services.marketplacemetering.model
 
MeterUsageRequest() - Constructor for class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
 
MeterUsageResult - Class in com.amazonaws.services.marketplacemetering.model
 
MeterUsageResult() - Constructor for class com.amazonaws.services.marketplacemetering.model.MeterUsageResult
 

P

PlatformNotSupportedException - Exception in com.amazonaws.services.marketplacemetering.model
AWS Marketplace does not support metering usage from the underlying platform.
PlatformNotSupportedException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.PlatformNotSupportedException
Constructs a new PlatformNotSupportedException with the specified error message.

R

registerUsage(RegisterUsageRequest) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMetering
 
registerUsage(RegisterUsageRequest) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMetering
Paid container software products sold through AWS Marketplace must integrate with the AWS Marketplace Metering Service and call the RegisterUsage operation for software entitlement and metering.
registerUsage(RegisterUsageRequest) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
Paid container software products sold through AWS Marketplace must integrate with the AWS Marketplace Metering Service and call the RegisterUsage operation for software entitlement and metering.
registerUsageAsync(RegisterUsageRequest) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMeteringAsync
 
registerUsageAsync(RegisterUsageRequest, AsyncHandler<RegisterUsageRequest, RegisterUsageResult>) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMeteringAsync
 
registerUsageAsync(RegisterUsageRequest) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsync
Paid container software products sold through AWS Marketplace must integrate with the AWS Marketplace Metering Service and call the RegisterUsage operation for software entitlement and metering.
registerUsageAsync(RegisterUsageRequest, AsyncHandler<RegisterUsageRequest, RegisterUsageResult>) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsync
Paid container software products sold through AWS Marketplace must integrate with the AWS Marketplace Metering Service and call the RegisterUsage operation for software entitlement and metering.
registerUsageAsync(RegisterUsageRequest) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
 
registerUsageAsync(RegisterUsageRequest, AsyncHandler<RegisterUsageRequest, RegisterUsageResult>) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
 
RegisterUsageRequest - Class in com.amazonaws.services.marketplacemetering.model
 
RegisterUsageRequest() - Constructor for class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
 
RegisterUsageResult - Class in com.amazonaws.services.marketplacemetering.model
 
RegisterUsageResult() - Constructor for class com.amazonaws.services.marketplacemetering.model.RegisterUsageResult
 
resolveCustomer(ResolveCustomerRequest) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMetering
 
resolveCustomer(ResolveCustomerRequest) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMetering
ResolveCustomer is called by a SaaS application during the registration process.
resolveCustomer(ResolveCustomerRequest) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClient
ResolveCustomer is called by a SaaS application during the registration process.
resolveCustomerAsync(ResolveCustomerRequest) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMeteringAsync
 
resolveCustomerAsync(ResolveCustomerRequest, AsyncHandler<ResolveCustomerRequest, ResolveCustomerResult>) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMeteringAsync
 
resolveCustomerAsync(ResolveCustomerRequest) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsync
ResolveCustomer is called by a SaaS application during the registration process.
resolveCustomerAsync(ResolveCustomerRequest, AsyncHandler<ResolveCustomerRequest, ResolveCustomerResult>) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsync
ResolveCustomer is called by a SaaS application during the registration process.
resolveCustomerAsync(ResolveCustomerRequest) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
 
resolveCustomerAsync(ResolveCustomerRequest, AsyncHandler<ResolveCustomerRequest, ResolveCustomerResult>) - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
 
ResolveCustomerRequest - Class in com.amazonaws.services.marketplacemetering.model
Contains input to the ResolveCustomer operation.
ResolveCustomerRequest() - Constructor for class com.amazonaws.services.marketplacemetering.model.ResolveCustomerRequest
 
ResolveCustomerResult - Class in com.amazonaws.services.marketplacemetering.model
The result of the ResolveCustomer operation.
ResolveCustomerResult() - Constructor for class com.amazonaws.services.marketplacemetering.model.ResolveCustomerResult
 

S

setCustomerIdentifier(String) - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerResult
The CustomerIdentifier is used to identify an individual customer in your application.
setCustomerIdentifier(String) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
The CustomerIdentifier is obtained through the ResolveCustomer operation and represents an individual buyer in your application.
setDimension(String) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
During the process of registering a product on AWS Marketplace, up to eight dimensions are specified.
setDryRun(Boolean) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Checks whether you have the permissions required for the action, but does not make the request.
setEndpoint(String) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMetering
 
setEndpoint(String) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMetering
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setMeteringRecordId(String) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageResult
Metering record id.
setMeteringRecordId(String) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
The MeteringRecordId is a unique identifier for this metering event.
setNonce(String) - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
(Optional) To scope down the registration to a specific running software instance and guard against replay attacks.
setProductCode(String) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageRequest
Product code is used to uniquely identify a product in AWS Marketplace.
setProductCode(String) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Product code is used to uniquely identify a product in AWS Marketplace.
setProductCode(String) - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
Product code is used to uniquely identify a product in AWS Marketplace.
setProductCode(String) - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerResult
The product code is returned to confirm that the buyer is registering for your product.
setPublicKeyRotationTimestamp(Date) - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageResult
(Optional) Only included when public key version has expired
setPublicKeyVersion(Integer) - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
Public Key Version provided by AWS Marketplace
setQuantity(Integer) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
The quantity of usage consumed by the customer for the given dimension and time.
setRegion(Region) - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMetering
 
setRegion(Region) - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMetering
Deprecated.
use AwsClientBuilder#setRegion(String)
setRegistrationToken(String) - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerRequest
When a buyer visits your website during the registration process, the buyer submits a registration token through the browser.
setResults(Collection<UsageRecordResult>) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
Contains all UsageRecords processed by BatchMeterUsage.
setSignature(String) - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageResult
JWT Token
setStatus(String) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
The UsageRecordResult Status indicates the status of an individual UsageRecord processed by BatchMeterUsage.
setStatus(UsageRecordResultStatus) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
The UsageRecordResult Status indicates the status of an individual UsageRecord processed by BatchMeterUsage.
setTimestamp(Date) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Timestamp of the hour, recorded in UTC.
setTimestamp(Date) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
Timestamp of the hour, recorded in UTC.
setUnprocessedRecords(Collection<UsageRecord>) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
Contains all UsageRecords that were not processed by BatchMeterUsage.
setUsageDimension(String) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
It will be one of the fcp dimension name provided during the publishing of the product.
setUsageQuantity(Integer) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Consumption value for the hour.
setUsageRecord(UsageRecord) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
The UsageRecord that was part of the BatchMeterUsage request.
setUsageRecords(Collection<UsageRecord>) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageRequest
The set of UsageRecords to submit.
shutdown() - Method in class com.amazonaws.services.marketplacemetering.AbstractAWSMarketplaceMetering
 
shutdown() - Method in interface com.amazonaws.services.marketplacemetering.AWSMarketplaceMetering
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClient
Shuts down the client, releasing all managed resources.
standard() - Static method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.marketplacemetering.AWSMarketplaceMeteringClientBuilder
 

T

ThrottlingException - Exception in com.amazonaws.services.marketplacemetering.model
The calls to the API are throttled.
ThrottlingException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.ThrottlingException
Constructs a new ThrottlingException with the specified error message.
TimestampOutOfBoundsException - Exception in com.amazonaws.services.marketplacemetering.model
The timestamp value passed in the meterUsage() is out of allowed range.
TimestampOutOfBoundsException(String) - Constructor for exception com.amazonaws.services.marketplacemetering.model.TimestampOutOfBoundsException
Constructs a new TimestampOutOfBoundsException with the specified error message.
toString() - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.marketplacemetering.model.UsageRecordResultStatus
 

U

UsageRecord - Class in com.amazonaws.services.marketplacemetering.model
A UsageRecord indicates a quantity of usage for a given product, customer, dimension and time.
UsageRecord() - Constructor for class com.amazonaws.services.marketplacemetering.model.UsageRecord
 
UsageRecordResult - Class in com.amazonaws.services.marketplacemetering.model
A UsageRecordResult indicates the status of a given UsageRecord processed by BatchMeterUsage.
UsageRecordResult() - Constructor for class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
 
UsageRecordResultStatus - Enum in com.amazonaws.services.marketplacemetering.model
 

V

valueOf(String) - Static method in enum com.amazonaws.services.marketplacemetering.model.UsageRecordResultStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.marketplacemetering.model.UsageRecordResultStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

withCustomerIdentifier(String) - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerResult
The CustomerIdentifier is used to identify an individual customer in your application.
withCustomerIdentifier(String) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
The CustomerIdentifier is obtained through the ResolveCustomer operation and represents an individual buyer in your application.
withDimension(String) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
During the process of registering a product on AWS Marketplace, up to eight dimensions are specified.
withDryRun(Boolean) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Checks whether you have the permissions required for the action, but does not make the request.
withMeteringRecordId(String) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageResult
Metering record id.
withMeteringRecordId(String) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
The MeteringRecordId is a unique identifier for this metering event.
withNonce(String) - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
(Optional) To scope down the registration to a specific running software instance and guard against replay attacks.
withProductCode(String) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageRequest
Product code is used to uniquely identify a product in AWS Marketplace.
withProductCode(String) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Product code is used to uniquely identify a product in AWS Marketplace.
withProductCode(String) - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
Product code is used to uniquely identify a product in AWS Marketplace.
withProductCode(String) - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerResult
The product code is returned to confirm that the buyer is registering for your product.
withPublicKeyRotationTimestamp(Date) - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageResult
(Optional) Only included when public key version has expired
withPublicKeyVersion(Integer) - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageRequest
Public Key Version provided by AWS Marketplace
withQuantity(Integer) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
The quantity of usage consumed by the customer for the given dimension and time.
withRegistrationToken(String) - Method in class com.amazonaws.services.marketplacemetering.model.ResolveCustomerRequest
When a buyer visits your website during the registration process, the buyer submits a registration token through the browser.
withResults(UsageRecordResult...) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
Contains all UsageRecords processed by BatchMeterUsage.
withResults(Collection<UsageRecordResult>) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
Contains all UsageRecords processed by BatchMeterUsage.
withSignature(String) - Method in class com.amazonaws.services.marketplacemetering.model.RegisterUsageResult
JWT Token
withStatus(String) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
The UsageRecordResult Status indicates the status of an individual UsageRecord processed by BatchMeterUsage.
withStatus(UsageRecordResultStatus) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
The UsageRecordResult Status indicates the status of an individual UsageRecord processed by BatchMeterUsage.
withTimestamp(Date) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Timestamp of the hour, recorded in UTC.
withTimestamp(Date) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecord
Timestamp of the hour, recorded in UTC.
withUnprocessedRecords(UsageRecord...) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
Contains all UsageRecords that were not processed by BatchMeterUsage.
withUnprocessedRecords(Collection<UsageRecord>) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageResult
Contains all UsageRecords that were not processed by BatchMeterUsage.
withUsageDimension(String) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
It will be one of the fcp dimension name provided during the publishing of the product.
withUsageQuantity(Integer) - Method in class com.amazonaws.services.marketplacemetering.model.MeterUsageRequest
Consumption value for the hour.
withUsageRecord(UsageRecord) - Method in class com.amazonaws.services.marketplacemetering.model.UsageRecordResult
The UsageRecord that was part of the BatchMeterUsage request.
withUsageRecords(UsageRecord...) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageRequest
The set of UsageRecords to submit.
withUsageRecords(Collection<UsageRecord>) - Method in class com.amazonaws.services.marketplacemetering.model.BatchMeterUsageRequest
The set of UsageRecords to submit.
A B C D E F G H I M P R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.