Uses of Class
software.amazon.awssdk.services.eks.model.EksAnywhereSubscription
-
Packages that use EksAnywhereSubscription Package Description software.amazon.awssdk.services.eks.model software.amazon.awssdk.services.eks.paginators -
-
Uses of EksAnywhereSubscription in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return EksAnywhereSubscription Modifier and Type Method Description EksAnywhereSubscriptionCreateEksAnywhereSubscriptionResponse. subscription()The full description of the subscription.EksAnywhereSubscriptionDeleteEksAnywhereSubscriptionResponse. subscription()The full description of the subscription to be deleted.EksAnywhereSubscriptionDescribeEksAnywhereSubscriptionResponse. subscription()The full description of the subscription.EksAnywhereSubscriptionUpdateEksAnywhereSubscriptionResponse. subscription()The full description of the updated subscription.Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type EksAnywhereSubscription Modifier and Type Method Description List<EksAnywhereSubscription>ListEksAnywhereSubscriptionsResponse. subscriptions()A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and maxResults.Methods in software.amazon.awssdk.services.eks.model with parameters of type EksAnywhereSubscription Modifier and Type Method Description CreateEksAnywhereSubscriptionResponse.BuilderCreateEksAnywhereSubscriptionResponse.Builder. subscription(EksAnywhereSubscription subscription)The full description of the subscription.DeleteEksAnywhereSubscriptionResponse.BuilderDeleteEksAnywhereSubscriptionResponse.Builder. subscription(EksAnywhereSubscription subscription)The full description of the subscription to be deleted.DescribeEksAnywhereSubscriptionResponse.BuilderDescribeEksAnywhereSubscriptionResponse.Builder. subscription(EksAnywhereSubscription subscription)The full description of the subscription.UpdateEksAnywhereSubscriptionResponse.BuilderUpdateEksAnywhereSubscriptionResponse.Builder. subscription(EksAnywhereSubscription subscription)The full description of the updated subscription.ListEksAnywhereSubscriptionsResponse.BuilderListEksAnywhereSubscriptionsResponse.Builder. subscriptions(EksAnywhereSubscription... subscriptions)A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and maxResults.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type EksAnywhereSubscription Modifier and Type Method Description ListEksAnywhereSubscriptionsResponse.BuilderListEksAnywhereSubscriptionsResponse.Builder. subscriptions(Collection<EksAnywhereSubscription> subscriptions)A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and maxResults. -
Uses of EksAnywhereSubscription in software.amazon.awssdk.services.eks.paginators
Methods in software.amazon.awssdk.services.eks.paginators that return types with arguments of type EksAnywhereSubscription Modifier and Type Method Description SdkIterable<EksAnywhereSubscription>ListEksAnywhereSubscriptionsIterable. subscriptions()Returns an iterable to iterate through the paginatedListEksAnywhereSubscriptionsResponse.subscriptions()member.SdkPublisher<EksAnywhereSubscription>ListEksAnywhereSubscriptionsPublisher. subscriptions()Returns a publisher that can be used to get a stream of data.
-