Uses of Class
software.amazon.awssdk.services.chime.model.Account
-
Packages that use Account Package Description software.amazon.awssdk.services.chime.model -
-
Uses of Account in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return Account Modifier and Type Method Description AccountCreateAccountResponse. account()The Amazon Chime account details.AccountGetAccountResponse. account()The Amazon Chime account details.AccountUpdateAccountResponse. account()The updated Amazon Chime account details.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type Account Modifier and Type Method Description List<Account>ListAccountsResponse. accounts()List of Amazon Chime accounts and account details.Methods in software.amazon.awssdk.services.chime.model with parameters of type Account Modifier and Type Method Description CreateAccountResponse.BuilderCreateAccountResponse.Builder. account(Account account)The Amazon Chime account details.GetAccountResponse.BuilderGetAccountResponse.Builder. account(Account account)The Amazon Chime account details.UpdateAccountResponse.BuilderUpdateAccountResponse.Builder. account(Account account)The updated Amazon Chime account details.ListAccountsResponse.BuilderListAccountsResponse.Builder. accounts(Account... accounts)List of Amazon Chime accounts and account details.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type Account Modifier and Type Method Description ListAccountsResponse.BuilderListAccountsResponse.Builder. accounts(Collection<Account> accounts)List of Amazon Chime accounts and account details.
-