| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.clone() |
Account |
GetAccountResult.getAccount()
The Amazon Chime account details.
|
Account |
CreateAccountResult.getAccount()
The Amazon Chime account details.
|
Account |
UpdateAccountResult.getAccount()
The updated Amazon Chime account details.
|
Account |
Account.withAccountId(String accountId)
The Amazon Chime account ID.
|
Account |
Account.withAccountType(AccountType accountType)
The Amazon Chime account type.
|
Account |
Account.withAccountType(String accountType)
The Amazon Chime account type.
|
Account |
Account.withAwsAccountId(String awsAccountId)
The AWS account ID.
|
Account |
Account.withCreatedTimestamp(Date createdTimestamp)
The Amazon Chime account creation timestamp, in ISO 8601 format.
|
Account |
Account.withDefaultLicense(License defaultLicense)
The default license for the Amazon Chime account.
|
Account |
Account.withDefaultLicense(String defaultLicense)
The default license for the Amazon Chime account.
|
Account |
Account.withName(String name)
The Amazon Chime account name.
|
Account |
Account.withSupportedLicenses(Collection<String> supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account |
Account.withSupportedLicenses(License... supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account |
Account.withSupportedLicenses(String... supportedLicenses)
Supported licenses for the Amazon Chime account.
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
ListAccountsResult.getAccounts()
List of Amazon Chime accounts and account details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAccountResult.setAccount(Account account)
The Amazon Chime account details.
|
void |
CreateAccountResult.setAccount(Account account)
The Amazon Chime account details.
|
void |
UpdateAccountResult.setAccount(Account account)
The updated Amazon Chime account details.
|
GetAccountResult |
GetAccountResult.withAccount(Account account)
The Amazon Chime account details.
|
CreateAccountResult |
CreateAccountResult.withAccount(Account account)
The Amazon Chime account details.
|
UpdateAccountResult |
UpdateAccountResult.withAccount(Account account)
The updated Amazon Chime account details.
|
ListAccountsResult |
ListAccountsResult.withAccounts(Account... accounts)
List of Amazon Chime accounts and account details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountsResult.setAccounts(Collection<Account> accounts)
List of Amazon Chime accounts and account details.
|
ListAccountsResult |
ListAccountsResult.withAccounts(Collection<Account> accounts)
List of Amazon Chime accounts and account details.
|
Copyright © 2020. All rights reserved.