Uses of Class
software.amazon.awssdk.services.drs.model.Account
-
Packages that use Account Package Description software.amazon.awssdk.services.drs.model software.amazon.awssdk.services.drs.paginators -
-
Uses of Account in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type Account Modifier and Type Method Description List<Account>ListStagingAccountsResponse. accounts()An array of staging AWS Accounts.Methods in software.amazon.awssdk.services.drs.model with parameters of type Account Modifier and Type Method Description ListStagingAccountsResponse.BuilderListStagingAccountsResponse.Builder. accounts(Account... accounts)An array of staging AWS Accounts.Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type Account Modifier and Type Method Description ListStagingAccountsResponse.BuilderListStagingAccountsResponse.Builder. accounts(Collection<Account> accounts)An array of staging AWS Accounts. -
Uses of Account in software.amazon.awssdk.services.drs.paginators
Methods in software.amazon.awssdk.services.drs.paginators that return types with arguments of type Account Modifier and Type Method Description SdkIterable<Account>ListStagingAccountsIterable. accounts()Returns an iterable to iterate through the paginatedListStagingAccountsResponse.accounts()member.SdkPublisher<Account>ListStagingAccountsPublisher. accounts()Returns a publisher that can be used to get a stream of data.
-