Uses of Class
software.amazon.awssdk.services.guardduty.model.Total
-
Packages that use Total Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of Total in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return Total Modifier and Type Method Description TotalUsageAccountResult. total()Represents the total of usage for the Account ID.TotalUsageDataSourceResult. total()Represents the total of usage for the specified data source.TotalUsageFeatureResult. total()Returns the value of the Total property for this object.TotalUsageResourceResult. total()Represents the sum total of usage for the specified resource type.TotalUsageTopAccountResult. total()Returns the value of the Total property for this object.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type Total Modifier and Type Method Description UsageAccountResult.BuilderUsageAccountResult.Builder. total(Total total)Represents the total of usage for the Account ID.UsageDataSourceResult.BuilderUsageDataSourceResult.Builder. total(Total total)Represents the total of usage for the specified data source.UsageFeatureResult.BuilderUsageFeatureResult.Builder. total(Total total)Sets the value of the Total property for this object.UsageResourceResult.BuilderUsageResourceResult.Builder. total(Total total)Represents the sum total of usage for the specified resource type.UsageTopAccountResult.BuilderUsageTopAccountResult.Builder. total(Total total)Sets the value of the Total property for this object.
-