| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static License |
License.fromValue(String value)
Use this in place of valueOf.
|
static License |
License.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static License[] |
License.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.withDefaultLicense(License defaultLicense)
The default license for the Amazon Chime account.
|
UpdateAccountRequest |
UpdateAccountRequest.withDefaultLicense(License defaultLicense)
The default license applied when you add users to an Amazon Chime account.
|
User |
User.withLicenseType(License licenseType)
The license type for the user.
|
UpdateUserRequestItem |
UpdateUserRequestItem.withLicenseType(License licenseType)
The user license type.
|
UpdateUserRequest |
UpdateUserRequest.withLicenseType(License licenseType)
The user license type to update.
|
Account |
Account.withSupportedLicenses(License... supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Copyright © 2024. All rights reserved.