Uses of Interface
software.amazon.awssdk.services.guardduty.model.AccountStatistics.Builder
-
Packages that use AccountStatistics.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of AccountStatistics.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return AccountStatistics.Builder Modifier and Type Method Description AccountStatistics.BuilderAccountStatistics.Builder. accountId(String accountId)The ID of the Amazon Web Services account.static AccountStatistics.BuilderAccountStatistics. builder()AccountStatistics.BuilderAccountStatistics.Builder. lastGeneratedAt(Instant lastGeneratedAt)The timestamp at which the finding for this account was last generated.AccountStatistics.BuilderAccountStatistics. toBuilder()AccountStatistics.BuilderAccountStatistics.Builder. totalFindings(Integer totalFindings)The total number of findings associated with an account.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type AccountStatistics.Builder Modifier and Type Method Description static Class<? extends AccountStatistics.Builder>AccountStatistics. serializableBuilderClass()
-