@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSApplicationCostProfilerAsyncClient extends AWSApplicationCostProfilerClient implements AWSApplicationCostProfilerAsync
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
This reference provides descriptions of the AWS Application Cost Profiler API.
The AWS Application Cost Profiler API provides programmatic access to view, create, update, and delete application cost report definitions, as well as to import your usage data into the Application Cost Profiler service.
For more information about using this service, see the AWS Application Cost Profiler User Guide.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIXbuilder, deleteReportDefinition, getCachedResponseMetadata, getReportDefinition, importApplicationUsage, listReportDefinitions, putReportDefinition, updateReportDefinitionaddRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteReportDefinition, getCachedResponseMetadata, getReportDefinition, importApplicationUsage, listReportDefinitions, putReportDefinition, updateReportDefinitionpublic static AWSApplicationCostProfilerAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public 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.public void shutdown()
getExecutorService().shutdown() followed by getExecutorService().awaitTermination() prior to
calling this method.shutdown in interface AWSApplicationCostProfilershutdown in class AWSApplicationCostProfilerClient