static ListEksAnywhereSubscriptionsResponse.Builder |
ListEksAnywhereSubscriptionsResponse.builder() |
|
ListEksAnywhereSubscriptionsResponse.Builder |
ListEksAnywhereSubscriptionsResponse.Builder.nextToken(String nextToken) |
The nextToken value to include in a future ListEksAnywhereSubscriptions request.
|
ListEksAnywhereSubscriptionsResponse.Builder |
ListEksAnywhereSubscriptionsResponse.Builder.subscriptions(Collection<EksAnywhereSubscription> subscriptions) |
A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and
maxResults.
|
ListEksAnywhereSubscriptionsResponse.Builder |
ListEksAnywhereSubscriptionsResponse.Builder.subscriptions(Consumer<EksAnywhereSubscription.Builder>... subscriptions) |
A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and
maxResults.
|
ListEksAnywhereSubscriptionsResponse.Builder |
ListEksAnywhereSubscriptionsResponse.Builder.subscriptions(EksAnywhereSubscription... subscriptions) |
A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and
maxResults.
|
ListEksAnywhereSubscriptionsResponse.Builder |
ListEksAnywhereSubscriptionsResponse.toBuilder() |
|