Package-level declarations
Types
Inherited functions
Link copied to clipboard
inline suspend fun ApplicationCostProfilerClient.deleteReportDefinition(crossinline block: DeleteReportDefinitionRequest.Builder.() -> Unit): DeleteReportDefinitionResponse
Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.
Link copied to clipboard
inline suspend fun ApplicationCostProfilerClient.getReportDefinition(crossinline block: GetReportDefinitionRequest.Builder.() -> Unit): GetReportDefinitionResponse
Retrieves the definition of a report already configured in AWS Application Cost Profiler.
Link copied to clipboard
inline suspend fun ApplicationCostProfilerClient.importApplicationUsage(crossinline block: ImportApplicationUsageRequest.Builder.() -> Unit): ImportApplicationUsageResponse
Ingests application usage data from Amazon Simple Storage Service (Amazon S3).
Link copied to clipboard
inline suspend fun ApplicationCostProfilerClient.listReportDefinitions(crossinline block: ListReportDefinitionsRequest.Builder.() -> Unit): ListReportDefinitionsResponse
Retrieves a list of all reports and their configurations for your AWS account.
Link copied to clipboard
inline suspend fun ApplicationCostProfilerClient.putReportDefinition(crossinline block: PutReportDefinitionRequest.Builder.() -> Unit): PutReportDefinitionResponse
Creates the report definition for a report in Application Cost Profiler.
Link copied to clipboard
inline suspend fun ApplicationCostProfilerClient.updateReportDefinition(crossinline block: UpdateReportDefinitionRequest.Builder.() -> Unit): UpdateReportDefinitionResponse
Updates existing report in AWS Application Cost Profiler.
Link copied to clipboard
fun ApplicationCostProfilerClient.withConfig(block: ApplicationCostProfilerClient.Config.Builder.() -> Unit): ApplicationCostProfilerClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.