| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static LicenseStatus |
LicenseStatus.fromValue(String value)
Use this in place of valueOf.
|
static LicenseStatus |
LicenseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseStatus[] |
LicenseStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLicenseVersionResult |
CreateLicenseVersionResult.withStatus(LicenseStatus status)
License status.
|
CreateLicenseResult |
CreateLicenseResult.withStatus(LicenseStatus status)
License status.
|
GrantedLicense |
GrantedLicense.withStatus(LicenseStatus status)
Granted license status.
|
CreateLicenseVersionRequest |
CreateLicenseVersionRequest.withStatus(LicenseStatus status)
License status.
|
License |
License.withStatus(LicenseStatus status)
License status.
|
Copyright © 2021. All rights reserved.