Uses of Class
software.amazon.awssdk.services.guardduty.model.AdminAccount
-
Packages that use AdminAccount Package Description software.amazon.awssdk.services.guardduty.model software.amazon.awssdk.services.guardduty.paginators -
-
Uses of AdminAccount in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type AdminAccount Modifier and Type Method Description List<AdminAccount>ListOrganizationAdminAccountsResponse. adminAccounts()A list of accounts configured as GuardDuty delegated administrators.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type AdminAccount Modifier and Type Method Description ListOrganizationAdminAccountsResponse.BuilderListOrganizationAdminAccountsResponse.Builder. adminAccounts(AdminAccount... adminAccounts)A list of accounts configured as GuardDuty delegated administrators.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type AdminAccount Modifier and Type Method Description ListOrganizationAdminAccountsResponse.BuilderListOrganizationAdminAccountsResponse.Builder. adminAccounts(Collection<AdminAccount> adminAccounts)A list of accounts configured as GuardDuty delegated administrators. -
Uses of AdminAccount in software.amazon.awssdk.services.guardduty.paginators
Methods in software.amazon.awssdk.services.guardduty.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.
-