Uses of Class
software.amazon.awssdk.services.costandusagereport.model.ReportDefinition
-
Packages that use ReportDefinition Package Description software.amazon.awssdk.services.costandusagereport.model -
-
Uses of ReportDefinition in software.amazon.awssdk.services.costandusagereport.model
Methods in software.amazon.awssdk.services.costandusagereport.model that return ReportDefinition Modifier and Type Method Description ReportDefinitionModifyReportDefinitionRequest. reportDefinition()Returns the value of the ReportDefinition property for this object.ReportDefinitionPutReportDefinitionRequest. reportDefinition()Represents the output of the PutReportDefinition operation.Methods in software.amazon.awssdk.services.costandusagereport.model that return types with arguments of type ReportDefinition Modifier and Type Method Description List<ReportDefinition>DescribeReportDefinitionsResponse. reportDefinitions()An Amazon Web Services Cost and Usage Report list owned by the account.Methods in software.amazon.awssdk.services.costandusagereport.model with parameters of type ReportDefinition Modifier and Type Method Description ModifyReportDefinitionRequest.BuilderModifyReportDefinitionRequest.Builder. reportDefinition(ReportDefinition reportDefinition)Sets the value of the ReportDefinition property for this object.PutReportDefinitionRequest.BuilderPutReportDefinitionRequest.Builder. reportDefinition(ReportDefinition reportDefinition)Represents the output of the PutReportDefinition operation.DescribeReportDefinitionsResponse.BuilderDescribeReportDefinitionsResponse.Builder. reportDefinitions(ReportDefinition... reportDefinitions)An Amazon Web Services Cost and Usage Report list owned by the account.Method parameters in software.amazon.awssdk.services.costandusagereport.model with type arguments of type ReportDefinition Modifier and Type Method Description DescribeReportDefinitionsResponse.BuilderDescribeReportDefinitionsResponse.Builder. reportDefinitions(Collection<ReportDefinition> reportDefinitions)An Amazon Web Services Cost and Usage Report list owned by the account.
-