@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSCostAndUsageReportAsync extends AbstractAWSCostAndUsageReport implements AWSCostAndUsageReportAsync
AWSCostAndUsageReportAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSCostAndUsageReportAsync() |
deleteReportDefinition, describeReportDefinitions, getCachedResponseMetadata, modifyReportDefinition, putReportDefinition, setEndpoint, setRegion, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteReportDefinition, describeReportDefinitions, getCachedResponseMetadata, modifyReportDefinition, putReportDefinition, setEndpoint, setRegion, shutdownprotected AbstractAWSCostAndUsageReportAsync()
public Future<DeleteReportDefinitionResult> deleteReportDefinitionAsync(DeleteReportDefinitionRequest request)
AWSCostAndUsageReportAsyncDeletes the specified report.
deleteReportDefinitionAsync in interface AWSCostAndUsageReportAsyncrequest - Deletes the specified report.public Future<DeleteReportDefinitionResult> deleteReportDefinitionAsync(DeleteReportDefinitionRequest request, AsyncHandler<DeleteReportDefinitionRequest,DeleteReportDefinitionResult> asyncHandler)
AWSCostAndUsageReportAsyncDeletes the specified report.
deleteReportDefinitionAsync in interface AWSCostAndUsageReportAsyncrequest - Deletes the specified report.asyncHandler - 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.public Future<DescribeReportDefinitionsResult> describeReportDefinitionsAsync(DescribeReportDefinitionsRequest request)
AWSCostAndUsageReportAsyncLists the AWS Cost and Usage reports available to this account.
describeReportDefinitionsAsync in interface AWSCostAndUsageReportAsyncrequest - Requests a list of AWS Cost and Usage reports owned by the account.public Future<DescribeReportDefinitionsResult> describeReportDefinitionsAsync(DescribeReportDefinitionsRequest request, AsyncHandler<DescribeReportDefinitionsRequest,DescribeReportDefinitionsResult> asyncHandler)
AWSCostAndUsageReportAsyncLists the AWS Cost and Usage reports available to this account.
describeReportDefinitionsAsync in interface AWSCostAndUsageReportAsyncrequest - Requests a list of AWS Cost and Usage reports owned by the account.asyncHandler - 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.public Future<ModifyReportDefinitionResult> modifyReportDefinitionAsync(ModifyReportDefinitionRequest request)
AWSCostAndUsageReportAsyncAllows you to programatically update your report preferences.
modifyReportDefinitionAsync in interface AWSCostAndUsageReportAsyncpublic Future<ModifyReportDefinitionResult> modifyReportDefinitionAsync(ModifyReportDefinitionRequest request, AsyncHandler<ModifyReportDefinitionRequest,ModifyReportDefinitionResult> asyncHandler)
AWSCostAndUsageReportAsyncAllows you to programatically update your report preferences.
modifyReportDefinitionAsync in interface AWSCostAndUsageReportAsyncasyncHandler - 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.public Future<PutReportDefinitionResult> putReportDefinitionAsync(PutReportDefinitionRequest request)
AWSCostAndUsageReportAsyncCreates a new report using the description that you provide.
putReportDefinitionAsync in interface AWSCostAndUsageReportAsyncrequest - Creates a Cost and Usage Report.public Future<PutReportDefinitionResult> putReportDefinitionAsync(PutReportDefinitionRequest request, AsyncHandler<PutReportDefinitionRequest,PutReportDefinitionResult> asyncHandler)
AWSCostAndUsageReportAsyncCreates a new report using the description that you provide.
putReportDefinitionAsync in interface AWSCostAndUsageReportAsyncrequest - Creates a Cost and Usage Report.asyncHandler - 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 © 2021. All rights reserved.