Uses of Class
software.amazon.awssdk.services.macie2.model.AdminAccount
-
Packages that use AdminAccount Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of AdminAccount in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type AdminAccount Modifier and Type Method Description List<AdminAccount>ListOrganizationAdminAccountsResponse. adminAccounts()An array of objects, one for each delegated Amazon Macie administrator account for the organization.Methods in software.amazon.awssdk.services.macie2.model with parameters of type AdminAccount Modifier and Type Method Description ListOrganizationAdminAccountsResponse.BuilderListOrganizationAdminAccountsResponse.Builder. adminAccounts(AdminAccount... adminAccounts)An array of objects, one for each delegated Amazon Macie administrator account for the organization.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type AdminAccount Modifier and Type Method Description ListOrganizationAdminAccountsResponse.BuilderListOrganizationAdminAccountsResponse.Builder. adminAccounts(Collection<AdminAccount> adminAccounts)An array of objects, one for each delegated Amazon Macie administrator account for the organization. -
Uses of AdminAccount in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type AdminAccount Modifier and Type Method Description SdkIterable<AdminAccount>ListOrganizationAdminAccountsIterable. adminAccounts()Returns an iterable to iterate through the paginatedListOrganizationAdminAccountsResponse.adminAccounts()member.SdkPublisher<AdminAccount>ListOrganizationAdminAccountsPublisher. adminAccounts()Returns a publisher that can be used to get a stream of data.
-