Uses of Class
software.amazon.awssdk.services.eks.model.EksAnywhereSubscriptionLicenseType
-
Packages that use EksAnywhereSubscriptionLicenseType Package Description software.amazon.awssdk.services.eks.model -
-
Uses of EksAnywhereSubscriptionLicenseType in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return EksAnywhereSubscriptionLicenseType Modifier and Type Method Description static EksAnywhereSubscriptionLicenseTypeEksAnywhereSubscriptionLicenseType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EksAnywhereSubscriptionLicenseTypeCreateEksAnywhereSubscriptionRequest. licenseType()The license type for all licenses in the subscription.EksAnywhereSubscriptionLicenseTypeEksAnywhereSubscription. licenseType()The type of licenses included in the subscription.static EksAnywhereSubscriptionLicenseTypeEksAnywhereSubscriptionLicenseType. valueOf(String name)Returns the enum constant of this type with the specified name.static EksAnywhereSubscriptionLicenseType[]EksAnywhereSubscriptionLicenseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type EksAnywhereSubscriptionLicenseType Modifier and Type Method Description static Set<EksAnywhereSubscriptionLicenseType>EksAnywhereSubscriptionLicenseType. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type EksAnywhereSubscriptionLicenseType Modifier and Type Method Description CreateEksAnywhereSubscriptionRequest.BuilderCreateEksAnywhereSubscriptionRequest.Builder. licenseType(EksAnywhereSubscriptionLicenseType licenseType)The license type for all licenses in the subscription.EksAnywhereSubscription.BuilderEksAnywhereSubscription.Builder. licenseType(EksAnywhereSubscriptionLicenseType licenseType)The type of licenses included in the subscription.
-