@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSApplicationCostProfilerAsync extends AbstractAWSApplicationCostProfiler implements AWSApplicationCostProfilerAsync
AWSApplicationCostProfilerAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXdeleteReportDefinition, getCachedResponseMetadata, getReportDefinition, importApplicationUsage, listReportDefinitions, putReportDefinition, shutdown, updateReportDefinitionequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteReportDefinition, getCachedResponseMetadata, getReportDefinition, importApplicationUsage, listReportDefinitions, putReportDefinition, shutdown, updateReportDefinitionpublic Future<DeleteReportDefinitionResult> deleteReportDefinitionAsync(DeleteReportDefinitionRequest request)
AWSApplicationCostProfilerAsyncDeletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.
deleteReportDefinitionAsync in interface AWSApplicationCostProfilerAsyncpublic Future<DeleteReportDefinitionResult> deleteReportDefinitionAsync(DeleteReportDefinitionRequest request, AsyncHandler<DeleteReportDefinitionRequest,DeleteReportDefinitionResult> asyncHandler)
AWSApplicationCostProfilerAsyncDeletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.
deleteReportDefinitionAsync in interface AWSApplicationCostProfilerAsyncasyncHandler - 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<GetReportDefinitionResult> getReportDefinitionAsync(GetReportDefinitionRequest request)
AWSApplicationCostProfilerAsyncRetrieves the definition of a report already configured in AWS Application Cost Profiler.
getReportDefinitionAsync in interface AWSApplicationCostProfilerAsyncpublic Future<GetReportDefinitionResult> getReportDefinitionAsync(GetReportDefinitionRequest request, AsyncHandler<GetReportDefinitionRequest,GetReportDefinitionResult> asyncHandler)
AWSApplicationCostProfilerAsyncRetrieves the definition of a report already configured in AWS Application Cost Profiler.
getReportDefinitionAsync in interface AWSApplicationCostProfilerAsyncasyncHandler - 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<ImportApplicationUsageResult> importApplicationUsageAsync(ImportApplicationUsageRequest request)
AWSApplicationCostProfilerAsyncIngests application usage data from Amazon Simple Storage Service (Amazon S3).
The data must already exist in the S3 location. As part of the action, AWS Application Cost Profiler copies the object from your S3 bucket to an S3 bucket owned by Amazon for processing asynchronously.
importApplicationUsageAsync in interface AWSApplicationCostProfilerAsyncpublic Future<ImportApplicationUsageResult> importApplicationUsageAsync(ImportApplicationUsageRequest request, AsyncHandler<ImportApplicationUsageRequest,ImportApplicationUsageResult> asyncHandler)
AWSApplicationCostProfilerAsyncIngests application usage data from Amazon Simple Storage Service (Amazon S3).
The data must already exist in the S3 location. As part of the action, AWS Application Cost Profiler copies the object from your S3 bucket to an S3 bucket owned by Amazon for processing asynchronously.
importApplicationUsageAsync in interface AWSApplicationCostProfilerAsyncasyncHandler - 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<ListReportDefinitionsResult> listReportDefinitionsAsync(ListReportDefinitionsRequest request)
AWSApplicationCostProfilerAsyncRetrieves a list of all reports and their configurations for your AWS account.
The maximum number of reports is one.
listReportDefinitionsAsync in interface AWSApplicationCostProfilerAsyncpublic Future<ListReportDefinitionsResult> listReportDefinitionsAsync(ListReportDefinitionsRequest request, AsyncHandler<ListReportDefinitionsRequest,ListReportDefinitionsResult> asyncHandler)
AWSApplicationCostProfilerAsyncRetrieves a list of all reports and their configurations for your AWS account.
The maximum number of reports is one.
listReportDefinitionsAsync in interface AWSApplicationCostProfilerAsyncasyncHandler - 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)
AWSApplicationCostProfilerAsyncCreates the report definition for a report in Application Cost Profiler.
putReportDefinitionAsync in interface AWSApplicationCostProfilerAsyncpublic Future<PutReportDefinitionResult> putReportDefinitionAsync(PutReportDefinitionRequest request, AsyncHandler<PutReportDefinitionRequest,PutReportDefinitionResult> asyncHandler)
AWSApplicationCostProfilerAsyncCreates the report definition for a report in Application Cost Profiler.
putReportDefinitionAsync in interface AWSApplicationCostProfilerAsyncasyncHandler - 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<UpdateReportDefinitionResult> updateReportDefinitionAsync(UpdateReportDefinitionRequest request)
AWSApplicationCostProfilerAsyncUpdates existing report in AWS Application Cost Profiler.
updateReportDefinitionAsync in interface AWSApplicationCostProfilerAsyncpublic Future<UpdateReportDefinitionResult> updateReportDefinitionAsync(UpdateReportDefinitionRequest request, AsyncHandler<UpdateReportDefinitionRequest,UpdateReportDefinitionResult> asyncHandler)
AWSApplicationCostProfilerAsyncUpdates existing report in AWS Application Cost Profiler.
updateReportDefinitionAsync in interface AWSApplicationCostProfilerAsyncasyncHandler - 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.