Uses of Class
software.amazon.awssdk.services.chime.model.License
-
Packages that use License Package Description software.amazon.awssdk.services.chime.model -
-
Uses of License in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return License Modifier and Type Method Description LicenseAccount. defaultLicense()The default license for the Amazon Chime account.LicenseUpdateAccountRequest. defaultLicense()The default license applied when you add users to an Amazon Chime account.static LicenseLicense. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LicenseUpdateUserRequest. licenseType()The user license type to update.LicenseUpdateUserRequestItem. licenseType()The user license type.LicenseUser. licenseType()The license type for the user.static LicenseLicense. 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.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type License Modifier and Type Method Description static Set<License>License. knownValues()List<License>Account. supportedLicenses()Supported licenses for the Amazon Chime account.Methods in software.amazon.awssdk.services.chime.model with parameters of type License Modifier and Type Method Description Account.BuilderAccount.Builder. defaultLicense(License defaultLicense)The default license for the Amazon Chime account.UpdateAccountRequest.BuilderUpdateAccountRequest.Builder. defaultLicense(License defaultLicense)The default license applied when you add users to an Amazon Chime account.UpdateUserRequest.BuilderUpdateUserRequest.Builder. licenseType(License licenseType)The user license type to update.UpdateUserRequestItem.BuilderUpdateUserRequestItem.Builder. licenseType(License licenseType)The user license type.User.BuilderUser.Builder. licenseType(License licenseType)The license type for the user.Account.BuilderAccount.Builder. supportedLicenses(License... supportedLicenses)Supported licenses for the Amazon Chime account.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type License Modifier and Type Method Description Account.BuilderAccount.Builder. supportedLicenses(Collection<License> supportedLicenses)Supported licenses for the Amazon Chime account.
-