Uses of Class
software.amazon.awssdk.services.macie.model.MemberAccount
-
Packages that use MemberAccount Package Description software.amazon.awssdk.services.macie.model -
-
Uses of MemberAccount in software.amazon.awssdk.services.macie.model
Methods in software.amazon.awssdk.services.macie.model that return types with arguments of type MemberAccount Modifier and Type Method Description List<MemberAccount>ListMemberAccountsResponse. memberAccounts()(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action.Methods in software.amazon.awssdk.services.macie.model with parameters of type MemberAccount Modifier and Type Method Description ListMemberAccountsResponse.BuilderListMemberAccountsResponse.Builder. memberAccounts(MemberAccount... memberAccounts)(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action.Method parameters in software.amazon.awssdk.services.macie.model with type arguments of type MemberAccount Modifier and Type Method Description ListMemberAccountsResponse.BuilderListMemberAccountsResponse.Builder. memberAccounts(Collection<MemberAccount> memberAccounts)(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action.
-