public class AbstractAWSMarketplaceMeteringAsync extends AbstractAWSMarketplaceMetering implements AWSMarketplaceMeteringAsync
AWSMarketplaceMeteringAsync. Convenient
method forms pass through to the corresponding overload that takes a request
object and an AsyncHandler, which throws an
UnsupportedOperationException.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSMarketplaceMeteringAsync() |
| Modifier and Type | Method and Description |
|---|---|
Future<MeterUsageResult> |
meterUsageAsync(MeterUsageRequest request)
API to emit metering records.
|
Future<MeterUsageResult> |
meterUsageAsync(MeterUsageRequest request,
AsyncHandler<MeterUsageRequest,MeterUsageResult> asyncHandler)
API to emit metering records.
|
getCachedResponseMetadata, meterUsage, setEndpoint, setRegion, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCachedResponseMetadata, meterUsage, setEndpoint, setRegion, shutdownprotected AbstractAWSMarketplaceMeteringAsync()
public Future<MeterUsageResult> meterUsageAsync(MeterUsageRequest request)
AWSMarketplaceMeteringAsyncAPI to emit metering records. For identical requests, the API is idempotent. It simply returns the metering record ID.
meterUsageAsync in interface AWSMarketplaceMeteringAsyncpublic Future<MeterUsageResult> meterUsageAsync(MeterUsageRequest request, AsyncHandler<MeterUsageRequest,MeterUsageResult> asyncHandler)
AWSMarketplaceMeteringAsyncAPI to emit metering records. For identical requests, the API is idempotent. It simply returns the metering record ID.
meterUsageAsync in interface AWSMarketplaceMeteringAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the
request. Users can provide an implementation of the callback
methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2016. All rights reserved.