Uses of Class
software.amazon.awssdk.services.detective.model.Account
-
Packages that use Account Package Description software.amazon.awssdk.services.detective.model -
-
Uses of Account in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type Account Modifier and Type Method Description List<Account>CreateMembersRequest. accounts()The list of Amazon Web Services accounts to invite or to enable.Methods in software.amazon.awssdk.services.detective.model with parameters of type Account Modifier and Type Method Description CreateMembersRequest.BuilderCreateMembersRequest.Builder. accounts(Account... accounts)The list of Amazon Web Services accounts to invite or to enable.Method parameters in software.amazon.awssdk.services.detective.model with type arguments of type Account Modifier and Type Method Description CreateMembersRequest.BuilderCreateMembersRequest.Builder. accounts(Collection<Account> accounts)The list of Amazon Web Services accounts to invite or to enable.
-