Uses of Interface
software.amazon.awssdk.services.eks.model.ListUpdatesResponse.Builder
-
Packages that use ListUpdatesResponse.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of ListUpdatesResponse.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return ListUpdatesResponse.Builder Modifier and Type Method Description static ListUpdatesResponse.BuilderListUpdatesResponse. builder()ListUpdatesResponse.BuilderListUpdatesResponse.Builder. nextToken(String nextToken)ThenextTokenvalue returned from a previous paginated request, wheremaxResultswas used and the results exceeded the value of that parameter.ListUpdatesResponse.BuilderListUpdatesResponse. toBuilder()ListUpdatesResponse.BuilderListUpdatesResponse.Builder. updateIds(String... updateIds)A list of all the updates for the specified cluster and Region.ListUpdatesResponse.BuilderListUpdatesResponse.Builder. updateIds(Collection<String> updateIds)A list of all the updates for the specified cluster and Region.Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type ListUpdatesResponse.Builder Modifier and Type Method Description static Class<? extends ListUpdatesResponse.Builder>ListUpdatesResponse. serializableBuilderClass()
-