@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_PREFIX
deleteReportDefinition, getCachedResponseMetadata, getReportDefinition, importApplicationUsage, listReportDefinitions, putReportDefinition, shutdown, updateReportDefinition
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deleteReportDefinition, getCachedResponseMetadata, getReportDefinition, importApplicationUsage, listReportDefinitions, putReportDefinition, shutdown, updateReportDefinition
public Future<DeleteReportDefinitionResult> deleteReportDefinitionAsync(DeleteReportDefinitionRequest request)
AWSApplicationCostProfilerAsync
Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.
deleteReportDefinitionAsync
in interface AWSApplicationCostProfilerAsync
public Future<DeleteReportDefinitionResult> deleteReportDefinitionAsync(DeleteReportDefinitionRequest request, AsyncHandler<DeleteReportDefinitionRequest,DeleteReportDefinitionResult> asyncHandler)
AWSApplicationCostProfilerAsync
Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.
deleteReportDefinitionAsync
in interface AWSApplicationCostProfilerAsync
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<GetReportDefinitionResult> getReportDefinitionAsync(GetReportDefinitionRequest request)
AWSApplicationCostProfilerAsync
Retrieves the definition of a report already configured in AWS Application Cost Profiler.
getReportDefinitionAsync
in interface AWSApplicationCostProfilerAsync
public Future<GetReportDefinitionResult> getReportDefinitionAsync(GetReportDefinitionRequest request, AsyncHandler<GetReportDefinitionRequest,GetReportDefinitionResult> asyncHandler)
AWSApplicationCostProfilerAsync
Retrieves the definition of a report already configured in AWS Application Cost Profiler.
getReportDefinitionAsync
in interface AWSApplicationCostProfilerAsync
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<ImportApplicationUsageResult> importApplicationUsageAsync(ImportApplicationUsageRequest request)
AWSApplicationCostProfilerAsync
Ingests 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 AWSApplicationCostProfilerAsync
public Future<ImportApplicationUsageResult> importApplicationUsageAsync(ImportApplicationUsageRequest request, AsyncHandler<ImportApplicationUsageRequest,ImportApplicationUsageResult> asyncHandler)
AWSApplicationCostProfilerAsync
Ingests 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 AWSApplicationCostProfilerAsync
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<ListReportDefinitionsResult> listReportDefinitionsAsync(ListReportDefinitionsRequest request)
AWSApplicationCostProfilerAsync
Retrieves a list of all reports and their configurations for your AWS account.
The maximum number of reports is one.
listReportDefinitionsAsync
in interface AWSApplicationCostProfilerAsync
public Future<ListReportDefinitionsResult> listReportDefinitionsAsync(ListReportDefinitionsRequest request, AsyncHandler<ListReportDefinitionsRequest,ListReportDefinitionsResult> asyncHandler)
AWSApplicationCostProfilerAsync
Retrieves a list of all reports and their configurations for your AWS account.
The maximum number of reports is one.
listReportDefinitionsAsync
in interface AWSApplicationCostProfilerAsync
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<PutReportDefinitionResult> putReportDefinitionAsync(PutReportDefinitionRequest request)
AWSApplicationCostProfilerAsync
Creates the report definition for a report in Application Cost Profiler.
putReportDefinitionAsync
in interface AWSApplicationCostProfilerAsync
public Future<PutReportDefinitionResult> putReportDefinitionAsync(PutReportDefinitionRequest request, AsyncHandler<PutReportDefinitionRequest,PutReportDefinitionResult> asyncHandler)
AWSApplicationCostProfilerAsync
Creates the report definition for a report in Application Cost Profiler.
putReportDefinitionAsync
in interface AWSApplicationCostProfilerAsync
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<UpdateReportDefinitionResult> updateReportDefinitionAsync(UpdateReportDefinitionRequest request)
AWSApplicationCostProfilerAsync
Updates existing report in AWS Application Cost Profiler.
updateReportDefinitionAsync
in interface AWSApplicationCostProfilerAsync
public Future<UpdateReportDefinitionResult> updateReportDefinitionAsync(UpdateReportDefinitionRequest request, AsyncHandler<UpdateReportDefinitionRequest,UpdateReportDefinitionResult> asyncHandler)
AWSApplicationCostProfilerAsync
Updates existing report in AWS Application Cost Profiler.
updateReportDefinitionAsync
in interface AWSApplicationCostProfilerAsync
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.