| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
License |
UpdateAccountRequest.defaultLicense()
The default license applied when you add users to an Amazon Chime account.
|
License |
Account.defaultLicense()
The default license for the Amazon Chime account.
|
static License |
License.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
License |
UpdateUserRequest.licenseType()
The user license type to update.
|
License |
UpdateUserRequestItem.licenseType()
The user license type.
|
License |
User.licenseType()
The license type for the user.
|
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 |
|---|---|
static Set<License> |
License.knownValues()
|
List<License> |
Account.supportedLicenses()
Supported licenses for the Amazon Chime account.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountRequest.Builder |
UpdateAccountRequest.Builder.defaultLicense(License defaultLicense)
The default license applied when you add users to an Amazon Chime account.
|
Account.Builder |
Account.Builder.defaultLicense(License defaultLicense)
The default license for the Amazon Chime account.
|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.licenseType(License licenseType)
The user license type to update.
|
UpdateUserRequestItem.Builder |
UpdateUserRequestItem.Builder.licenseType(License licenseType)
The user license type.
|
User.Builder |
User.Builder.licenseType(License licenseType)
The license type for the user.
|
Account.Builder |
Account.Builder.supportedLicenses(License... supportedLicenses)
Supported licenses for the Amazon Chime account.
|
| Modifier and Type | Method and Description |
|---|---|
Account.Builder |
Account.Builder.supportedLicenses(Collection<License> supportedLicenses)
Supported licenses for the Amazon Chime account.
|
Copyright © 2022. All rights reserved.