| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Account.Builder |
Account.Builder.accountId(String accountId)
The Amazon Chime account ID.
|
Account.Builder |
Account.Builder.accountStatus(AccountStatus accountStatus)
The status of the account.
|
Account.Builder |
Account.Builder.accountStatus(String accountStatus)
The status of the account.
|
Account.Builder |
Account.Builder.accountType(AccountType accountType)
The Amazon Chime account type.
|
Account.Builder |
Account.Builder.accountType(String accountType)
The Amazon Chime account type.
|
Account.Builder |
Account.Builder.awsAccountId(String awsAccountId)
The AWS account ID.
|
static Account.Builder |
Account.builder() |
Account.Builder |
Account.Builder.createdTimestamp(Instant createdTimestamp)
The Amazon Chime account creation timestamp, in ISO 8601 format.
|
Account.Builder |
Account.Builder.defaultLicense(License defaultLicense)
The default license for the Amazon Chime account.
|
Account.Builder |
Account.Builder.defaultLicense(String defaultLicense)
The default license for the Amazon Chime account.
|
Account.Builder |
Account.Builder.name(String name)
The Amazon Chime account name.
|
Account.Builder |
Account.Builder.signinDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
Account.Builder |
Account.Builder.signinDelegateGroups(Consumer<SigninDelegateGroup.Builder>... signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
Account.Builder |
Account.Builder.signinDelegateGroups(SigninDelegateGroup... signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
Account.Builder |
Account.Builder.supportedLicenses(Collection<License> supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account.Builder |
Account.Builder.supportedLicenses(License... supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account.Builder |
Account.Builder.supportedLicensesWithStrings(Collection<String> supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account.Builder |
Account.Builder.supportedLicensesWithStrings(String... supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Account.Builder |
Account.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Account.Builder> |
Account.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetAccountResponse.Builder |
GetAccountResponse.Builder.account(Consumer<Account.Builder> account)
The Amazon Chime account details.
|
default CreateAccountResponse.Builder |
CreateAccountResponse.Builder.account(Consumer<Account.Builder> account)
The Amazon Chime account details.
|
default UpdateAccountResponse.Builder |
UpdateAccountResponse.Builder.account(Consumer<Account.Builder> account)
The updated Amazon Chime account details.
|
Copyright © 2023. All rights reserved.