Uses of Interface
software.amazon.awssdk.services.eks.model.DescribeUpdateResponse.Builder
-
Packages that use DescribeUpdateResponse.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of DescribeUpdateResponse.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return DescribeUpdateResponse.Builder Modifier and Type Method Description static DescribeUpdateResponse.BuilderDescribeUpdateResponse. builder()DescribeUpdateResponse.BuilderDescribeUpdateResponse. toBuilder()default DescribeUpdateResponse.BuilderDescribeUpdateResponse.Builder. update(Consumer<Update.Builder> update)The full description of the specified update.DescribeUpdateResponse.BuilderDescribeUpdateResponse.Builder. update(Update update)The full description of the specified update.Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type DescribeUpdateResponse.Builder Modifier and Type Method Description static Class<? extends DescribeUpdateResponse.Builder>DescribeUpdateResponse. serializableBuilderClass()
-