Uses of Class
software.amazon.awssdk.services.licensemanager.model.LicenseDeletionStatus
-
Packages that use LicenseDeletionStatus Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of LicenseDeletionStatus in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return LicenseDeletionStatus Modifier and Type Method Description static LicenseDeletionStatusLicenseDeletionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LicenseDeletionStatusDeleteLicenseResponse. status()License status.static LicenseDeletionStatusLicenseDeletionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseDeletionStatus[]LicenseDeletionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type LicenseDeletionStatus Modifier and Type Method Description static Set<LicenseDeletionStatus>LicenseDeletionStatus. knownValues()Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type LicenseDeletionStatus Modifier and Type Method Description DeleteLicenseResponse.BuilderDeleteLicenseResponse.Builder. status(LicenseDeletionStatus status)License status.
-