| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
static ListUpdatesResponse.Builder |
ListUpdatesResponse.builder() |
ListUpdatesResponse.Builder |
ListUpdatesResponse.Builder.nextToken(String nextToken)
The
nextToken value to include in a future ListUpdates request. |
ListUpdatesResponse.Builder |
ListUpdatesResponse.toBuilder() |
ListUpdatesResponse.Builder |
ListUpdatesResponse.Builder.updateIds(Collection<String> updateIds)
A list of all the updates for the specified cluster and Region.
|
ListUpdatesResponse.Builder |
ListUpdatesResponse.Builder.updateIds(String... updateIds)
A list of all the updates for the specified cluster and Region.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListUpdatesResponse.Builder> |
ListUpdatesResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.