Uses of Class
software.amazon.awssdk.services.eks.model.EksAnywhereSubscriptionTermUnit
-
Packages that use EksAnywhereSubscriptionTermUnit Package Description software.amazon.awssdk.services.eks.model -
-
Uses of EksAnywhereSubscriptionTermUnit in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return EksAnywhereSubscriptionTermUnit Modifier and Type Method Description static EksAnywhereSubscriptionTermUnitEksAnywhereSubscriptionTermUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EksAnywhereSubscriptionTermUnitEksAnywhereSubscriptionTerm. unit()The term unit of the subscription.static EksAnywhereSubscriptionTermUnitEksAnywhereSubscriptionTermUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static EksAnywhereSubscriptionTermUnit[]EksAnywhereSubscriptionTermUnit. 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 EksAnywhereSubscriptionTermUnit Modifier and Type Method Description static Set<EksAnywhereSubscriptionTermUnit>EksAnywhereSubscriptionTermUnit. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type EksAnywhereSubscriptionTermUnit Modifier and Type Method Description EksAnywhereSubscriptionTerm.BuilderEksAnywhereSubscriptionTerm.Builder. unit(EksAnywhereSubscriptionTermUnit unit)The term unit of the subscription.
-