Uses of Interface
software.amazon.awssdk.services.eks.model.UpdateClusterConfigResponse.Builder
-
Packages that use UpdateClusterConfigResponse.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of UpdateClusterConfigResponse.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return UpdateClusterConfigResponse.Builder Modifier and Type Method Description static UpdateClusterConfigResponse.BuilderUpdateClusterConfigResponse. builder()UpdateClusterConfigResponse.BuilderUpdateClusterConfigResponse. toBuilder()default UpdateClusterConfigResponse.BuilderUpdateClusterConfigResponse.Builder. update(Consumer<Update.Builder> update)Sets the value of the Update property for this object.UpdateClusterConfigResponse.BuilderUpdateClusterConfigResponse.Builder. update(Update update)Sets the value of the Update property for this object.Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type UpdateClusterConfigResponse.Builder Modifier and Type Method Description static Class<? extends UpdateClusterConfigResponse.Builder>UpdateClusterConfigResponse. serializableBuilderClass()
-