Uses of Class
software.amazon.awssdk.services.eks.model.EksAnywhereSubscriptionStatus
-
Packages that use EksAnywhereSubscriptionStatus Package Description software.amazon.awssdk.services.eks.model -
-
Uses of EksAnywhereSubscriptionStatus in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return EksAnywhereSubscriptionStatus Modifier and Type Method Description static EksAnywhereSubscriptionStatusEksAnywhereSubscriptionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EksAnywhereSubscriptionStatusEksAnywhereSubscriptionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EksAnywhereSubscriptionStatus[]EksAnywhereSubscriptionStatus. 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 EksAnywhereSubscriptionStatus Modifier and Type Method Description List<EksAnywhereSubscriptionStatus>ListEksAnywhereSubscriptionsRequest. includeStatus()An array of subscription statuses to filter on.static Set<EksAnywhereSubscriptionStatus>EksAnywhereSubscriptionStatus. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type EksAnywhereSubscriptionStatus Modifier and Type Method Description ListEksAnywhereSubscriptionsRequest.BuilderListEksAnywhereSubscriptionsRequest.Builder. includeStatus(EksAnywhereSubscriptionStatus... includeStatus)An array of subscription statuses to filter on.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type EksAnywhereSubscriptionStatus Modifier and Type Method Description ListEksAnywhereSubscriptionsRequest.BuilderListEksAnywhereSubscriptionsRequest.Builder. includeStatus(Collection<EksAnywhereSubscriptionStatus> includeStatus)An array of subscription statuses to filter on.
-