Uses of Class
software.amazon.awssdk.services.guardduty.model.AccountDetail
-
Packages that use AccountDetail Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of AccountDetail in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type AccountDetail Modifier and Type Method Description List<AccountDetail>CreateMembersRequest. accountDetails()A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty administrator account.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type AccountDetail Modifier and Type Method Description CreateMembersRequest.BuilderCreateMembersRequest.Builder. accountDetails(AccountDetail... accountDetails)A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty administrator account.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type AccountDetail Modifier and Type Method Description CreateMembersRequest.BuilderCreateMembersRequest.Builder. accountDetails(Collection<AccountDetail> accountDetails)A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty administrator account.
-