AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Interface for accessing ApplicationCostProfiler

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.

Inheritance Hierarchy

Amazon.ApplicationCostProfiler.IAmazonApplicationCostProfiler

Namespace: Amazon.ApplicationCostProfiler
Assembly: AWSSDK.ApplicationCostProfiler.dll
Version: 3.x.y.z

Syntax

C#
public interface IAmazonApplicationCostProfiler
         IAmazonService, IDisposable

The IAmazonApplicationCostProfiler type exposes the following members

Properties

NameTypeDescription
Public Property Paginators Amazon.ApplicationCostProfiler.Model.IApplicationCostProfilerPaginatorFactory

Paginators for the service

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method DeleteReportDefinition(DeleteReportDefinitionRequest)

Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.

Public Method DeleteReportDefinitionAsync(DeleteReportDefinitionRequest, CancellationToken)

Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.

Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method GetReportDefinition(GetReportDefinitionRequest)

Retrieves the definition of a report already configured in AWS Application Cost Profiler.

Public Method GetReportDefinitionAsync(GetReportDefinitionRequest, CancellationToken)

Retrieves the definition of a report already configured in AWS Application Cost Profiler.

Public Method ImportApplicationUsage(ImportApplicationUsageRequest)

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.

Public Method ImportApplicationUsageAsync(ImportApplicationUsageRequest, CancellationToken)

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.

Public Method ListReportDefinitions(ListReportDefinitionsRequest)

Retrieves a list of all reports and their configurations for your AWS account.

The maximum number of reports is one.

Public Method ListReportDefinitionsAsync(ListReportDefinitionsRequest, CancellationToken)

Retrieves a list of all reports and their configurations for your AWS account.

The maximum number of reports is one.

Public Method PutReportDefinition(PutReportDefinitionRequest)

Creates the report definition for a report in Application Cost Profiler.

Public Method PutReportDefinitionAsync(PutReportDefinitionRequest, CancellationToken)

Creates the report definition for a report in Application Cost Profiler.

Public Method UpdateReportDefinition(UpdateReportDefinitionRequest)

Updates existing report in AWS Application Cost Profiler.

Public Method UpdateReportDefinitionAsync(UpdateReportDefinitionRequest, CancellationToken)

Updates existing report in AWS Application Cost Profiler.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5